#34792E

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

Shades of Japanese Laurel #34792E

Tints of Japanese Laurel #34792E

Color information

#34792E (or 0x34792E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 79 and 2E. RGB value is (52,121,46). Sum of RGB (Red+Green+Blue) = 52+121+46=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #34792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34792E is #CB86D1. Grayscale: #5C5C5C. Windows color (decimal): -13338322 or 3045684. OLE color: 3045684.

HSL color Cylindrical-coordinate representation of color #34792E: hue angle of 115.2º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34792E is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB5212146-
CMYK0.5700.620.53
HSL115.2º44.91%32.75%-
HSV(B)115.2º61.98%47.45%-
XYZ8.7514.64.94-
YUV91.82102.1499.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 121 (47.66% from 255) = 55.25%
BLUE value IS 46 (18.36% from 255) = 21.00%
R=23.74%
G=55.25%
B=21.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121460.5700.620.53115.244.9132.75
Hex34792E3903E35732d21
Octal641715671076651635541
Binary110100111100110111011100101111101101011110011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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