#34702C

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

Shades of Japanese Laurel #34702C

Tints of Japanese Laurel #34702C

Color information

#34702C (or 0x34702C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 70 and 2C. RGB value is (52,112,44). Sum of RGB (Red+Green+Blue) = 52+112+44=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #34702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34702C is #CB8FD3. Grayscale: #565656. Windows color (decimal): -13340628 or 2912308. OLE color: 2912308.

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

Color convert

RGB5211244-
CMYK0.5400.610.56
HSL112.94º43.59%30.59%-
HSV(B)112.94º60.71%43.92%-
XYZ7.6612.54.39-
YUV86.31104.12103.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=25%
G=53.85%
B=21.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112440.5400.610.56112.9443.5930.59
Hex34702C3603D38712c1f
Octal641605466075701615437
Binary11010011100001011001101100111101111000111000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34702C; }

 p { color: rgb(52,112,44); }

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

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

 a { background-color: rgb(52,112,44); }

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

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

 span { border-color: rgb(52,112,44); }

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