#34702F

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

Shades of Japanese Laurel #34702F

Tints of Japanese Laurel #34702F

Color information

#34702F (or 0x34702F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 70 and 2F. RGB value is (52,112,47). Sum of RGB (Red+Green+Blue) = 52+112+47=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #34702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34702F is #CB8FD0. Grayscale: #565656. Windows color (decimal): -13340625 or 3108916. OLE color: 3108916.

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

Color convert

RGB5211247-
CMYK0.5400.580.56
HSL115.38º40.88%31.18%-
HSV(B)115.38º58.04%43.92%-
XYZ7.7212.524.7-
YUV86.65105.62103.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=24.64%
G=53.08%
B=22.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112470.5400.580.56115.3840.8831.18
Hex34702F3603A3873291f
Octal641605766072701635137
Binary11010011100001011111101100111010111000111001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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