#337534

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

Shades of Japanese Laurel #337534

Tints of Japanese Laurel #337534

Color information

#337534 (or 0x337534) is unknown color: approx Japanese Laurel. HEX triplet: 33, 75 and 34. RGB value is (51,117,52). Sum of RGB (Red+Green+Blue) = 51+117+52=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #337534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337534 is #CC8ACB. Grayscale: #5A5A5A. Windows color (decimal): -13404876 or 3437875. OLE color: 3437875.

HSL color Cylindrical-coordinate representation of color #337534: hue angle of 120.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337534 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB5111752-
CMYK0.5600.560.54
HSL120.91º39.29%32.94%-
HSV(B)120.91º56.41%45.88%-
XYZ8.3513.675.45-
YUV89.86106.63100.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=23.18%
G=53.18%
B=23.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117520.5600.560.54120.9139.2932.94
Hex3375343803836792721
Octal631656470070661714741
Binary110011111010111010011100001110001101101111001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337534; }

 p { color: rgb(51,117,52); }

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

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

 a { background-color: rgb(51,117,52); }

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

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

 span { border-color: rgb(51,117,52); }

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