#337F3B

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

Shades of Japanese Laurel #337F3B

Tints of Japanese Laurel #337F3B

Color information

#337F3B (or 0x337F3B) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7F and 3B. RGB value is (51,127,59). Sum of RGB (Red+Green+Blue) = 51+127+59=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 127 (50% from 255 or 53.59% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 127 - color contains mainly: green. Hex color #337F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F3B is #CC80C4. Grayscale: #606060. Windows color (decimal): -13402309 or 3899187. OLE color: 3899187.

HSL color Cylindrical-coordinate representation of color #337F3B: hue angle of 126.32º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F3B is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB5112759-
CMYK0.6000.540.50
HSL126.32º42.7%34.9%-
HSV(B)126.32º59.84%49.8%-
XYZ9.7416.26.75-
YUV96.52106.8295.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 127 (50% from 255) = 53.59%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=21.52%
G=53.59%
B=24.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51127590.6000.540.50126.3242.734.9
Hex337F3B3C036327e2b23
Octal631777374066621765343
Binary110011111111111101111110001101101100101111110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337F3B; }

 p { color: rgb(51,127,59); }

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

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

 a { background-color: rgb(51,127,59); }

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

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

 span { border-color: rgb(51,127,59); }

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