#348640

Color #348640 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #348640

Tints of Japanese Laurel #348640

Color information

#348640 (or 0x348640) is unknown color: approx Japanese Laurel. HEX triplet: 34, 86 and 40. RGB value is (52,134,64). Sum of RGB (Red+Green+Blue) = 52+134+64=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #348640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348640 is #CB79BF. Grayscale: #656565. Windows color (decimal): -13334976 or 4228660. OLE color: 4228660.

HSL color Cylindrical-coordinate representation of color #348640: hue angle of 128.78º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348640 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB5213464-
CMYK0.6100.520.47
HSL128.78º44.09%36.47%-
HSV(B)128.78º61.19%52.55%-
XYZ10.8718.157.78-
YUV101.5106.8392.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 134 (52.73% from 255) = 53.6%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=20.8%
G=53.6%
B=25.6%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52134640.6100.520.47128.7844.0936.47
Hex3486403D0342F812c24
Octal6420610075064572015444
Binary110100100001101000000111101011010010111110000001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348640; }

 p { color: rgb(52,134,64); }

 H1.HeaderClassName
 {
   color: #348640;
 }
 .AnyTagClassName
 {
   color: #348640;
 }
</style>
background-color css

<style>
 a { background-color: #348640; }

 a { background-color: rgb(52,134,64); }

 div.DivClassName
 {
   background-color: #348640;
 }
 .BgClassName
 {
   background-color: #348640;
 }
</style>
border-color css

<style>
 span { border-color: #348640; }

 span { border-color: rgb(52,134,64); }

 td.TdClassName
 {
   border-color: #348640;
 }
 .TagClassName
 {
   border-color: #348640;
 }
</style>