#34702D

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

Shades of Japanese Laurel #34702D

Tints of Japanese Laurel #34702D

Color information

#34702D (or 0x34702D) is unknown color: approx Japanese Laurel. HEX triplet: 34, 70 and 2D. RGB value is (52,112,45). Sum of RGB (Red+Green+Blue) = 52+112+45=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #34702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34702D is #CB8FD2. Grayscale: #565656. Windows color (decimal): -13340627 or 2977844. OLE color: 2977844.

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

Color convert

RGB5211245-
CMYK0.5400.600.56
HSL113.73º42.68%30.78%-
HSV(B)113.73º59.82%43.92%-
XYZ7.6812.514.49-
YUV86.42104.62103.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=24.88%
G=53.59%
B=21.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112450.5400.600.56113.7342.6830.78
Hex34702D3603C38722b1f
Octal641605566074701625337
Binary11010011100001011011101100111100111000111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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