#34772F

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

Shades of Japanese Laurel #34772F

Tints of Japanese Laurel #34772F

Color information

#34772F (or 0x34772F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 77 and 2F. RGB value is (52,119,47). Sum of RGB (Red+Green+Blue) = 52+119+47=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #34772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34772F is #CB88D0. Grayscale: #5A5A5A. Windows color (decimal): -13338833 or 3110708. OLE color: 3110708.

HSL color Cylindrical-coordinate representation of color #34772F: hue angle of 115.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34772F is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB5211947-
CMYK0.5600.610.53
HSL115.83º43.37%32.55%-
HSV(B)115.83º60.5%46.67%-
XYZ8.5314.134.97-
YUV90.76103.3100.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=23.85%
G=54.59%
B=21.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119470.5600.610.53115.8343.3732.55
Hex34772F3803D35742b21
Octal641675770075651645341
Binary110100111011110111111100001111011101011110100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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