#337540

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

Shades of Japanese Laurel #337540

Tints of Japanese Laurel #337540

Color information

#337540 (or 0x337540) is unknown color: approx Japanese Laurel. HEX triplet: 33, 75 and 40. RGB value is (51,117,64). Sum of RGB (Red+Green+Blue) = 51+117+64=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #337540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337540 is #CC8ABF. Grayscale: #5B5B5B. Windows color (decimal): -13404864 or 4224307. OLE color: 4224307.

HSL color Cylindrical-coordinate representation of color #337540: hue angle of 131.82º 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 #337540 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB5111764-
CMYK0.5600.450.54
HSL131.82º39.29%32.94%-
HSV(B)131.82º56.41%45.88%-
XYZ8.6513.87.06-
YUV91.22112.6399.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=21.98%
G=50.43%
B=27.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117640.5600.450.54131.8239.2932.94
Hex3375403802D36842721
Octal6316510070055662044741
Binary11001111101011000000111000010110111011010000100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337540; }

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

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

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

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

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

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

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

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