#34703C

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

Shades of Japanese Laurel #34703C

Tints of Japanese Laurel #34703C

Color information

#34703C (or 0x34703C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 70 and 3C. RGB value is (52,112,60). Sum of RGB (Red+Green+Blue) = 52+112+60=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #34703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34703C is #CB8FC3. Grayscale: #585858. Windows color (decimal): -13340612 or 3960884. OLE color: 3960884.

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

Color convert

RGB5211260-
CMYK0.5400.460.56
HSL128º36.59%32.16%-
HSV(B)128º53.57%43.92%-
XYZ8.0312.646.29-
YUV88.13112.12102.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 112 (44.14% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=23.21%
G=50%
B=26.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112600.5400.460.5612836.5932.16
Hex34703C3602E38802520
Octal641607466056702004540
Binary1101001110000111100110110010111011100010000000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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