#34792F

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

Shades of Japanese Laurel #34792F

Tints of Japanese Laurel #34792F

Color information

#34792F (or 0x34792F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 79 and 2F. RGB value is (52,121,47). Sum of RGB (Red+Green+Blue) = 52+121+47=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #34792F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34792F is #CB86D0. Grayscale: #5C5C5C. Windows color (decimal): -13338321 or 3111220. OLE color: 3111220.

HSL color Cylindrical-coordinate representation of color #34792F: hue angle of 115.95º degrees, saturation: 0.44, 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 #34792F is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB5212147-
CMYK0.5700.610.53
HSL115.95º44.05%32.94%-
HSV(B)115.95º61.16%47.45%-
XYZ8.7714.615.05-
YUV91.93102.6499.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 121 (47.66% from 255) = 55%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=23.64%
G=55%
B=21.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121470.5700.610.53115.9544.0532.94
Hex34792F3903D35742c21
Octal641715771075651645441
Binary110100111100110111111100101111011101011110100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34792F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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