#347631

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

Shades of Japanese Laurel #347631

Tints of Japanese Laurel #347631

Color information

#347631 (or 0x347631) is unknown color: approx Japanese Laurel. HEX triplet: 34, 76 and 31. RGB value is (52,118,49). Sum of RGB (Red+Green+Blue) = 52+118+49=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #347631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347631 is #CB89CE. Grayscale: #5A5A5A. Windows color (decimal): -13339087 or 3241524. OLE color: 3241524.

HSL color Cylindrical-coordinate representation of color #347631: hue angle of 117.39º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347631 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB5211849-
CMYK0.5600.580.54
HSL117.39º41.32%32.75%-
HSV(B)117.39º58.47%46.27%-
XYZ8.4513.915.15-
YUV90.4104.63100.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=23.74%
G=53.88%
B=22.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118490.5600.580.54117.3941.3232.75
Hex3476313803A36752921
Octal641666170072661655141
Binary110100111011011000111100001110101101101110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347631; }

 p { color: rgb(52,118,49); }

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

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

 a { background-color: rgb(52,118,49); }

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

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

 span { border-color: rgb(52,118,49); }

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