#34792C

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

Shades of Japanese Laurel #34792C

Tints of Japanese Laurel #34792C

Color information

#34792C (or 0x34792C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 79 and 2C. RGB value is (52,121,44). Sum of RGB (Red+Green+Blue) = 52+121+44=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #34792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34792C is #CB86D3. Grayscale: #5B5B5B. Windows color (decimal): -13338324 or 2914612. OLE color: 2914612.

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

Color convert

RGB5212144-
CMYK0.5700.640.53
HSL113.77º46.67%32.35%-
HSV(B)113.77º63.64%47.45%-
XYZ8.7114.594.74-
YUV91.59101.1499.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 121 (47.66% from 255) = 55.76%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=23.96%
G=55.76%
B=20.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121440.5700.640.53113.7746.6732.35
Hex34792C3904035722f20
Octal6417154710100651625740
Binary1101001111001101100111001010000001101011110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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