#347129

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

Shades of Japanese Laurel #347129

Tints of Japanese Laurel #347129

Color information

#347129 (or 0x347129) is unknown color: approx Japanese Laurel. HEX triplet: 34, 71 and 29. RGB value is (52,113,41). Sum of RGB (Red+Green+Blue) = 52+113+41=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #347129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347129 is #CB8ED6. Grayscale: #565656. Windows color (decimal): -13340375 or 2715956. OLE color: 2715956.

HSL color Cylindrical-coordinate representation of color #347129: hue angle of 110.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347129 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB5211341-
CMYK0.5400.640.56
HSL110.83º46.75%30.2%-
HSV(B)110.83º63.72%44.31%-
XYZ7.7212.74.14-
YUV86.55102.29103.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 113 (44.53% from 255) = 54.85%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=25.24%
G=54.85%
B=19.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113410.5400.640.56110.8346.7530.2
Hex34712936040386f2f1e
Octal6416151660100701575736
Binary110100111000110100111011001000000111000110111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347129; }

 p { color: rgb(52,113,41); }

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

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

 a { background-color: rgb(52,113,41); }

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

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

 span { border-color: rgb(52,113,41); }

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