#337F35

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

Shades of Japanese Laurel #337F35

Tints of Japanese Laurel #337F35

Color information

#337F35 (or 0x337F35) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7F and 35. RGB value is (51,127,53). Sum of RGB (Red+Green+Blue) = 51+127+53=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #337F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F35 is #CC80CA. Grayscale: #606060. Windows color (decimal): -13402315 or 3505971. OLE color: 3505971.

HSL color Cylindrical-coordinate representation of color #337F35: hue angle of 121.58º 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 #337F35 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB5112753-
CMYK0.6000.580.50
HSL121.58º42.7%34.9%-
HSV(B)121.58º59.84%49.8%-
XYZ9.616.145.98-
YUV95.84103.8296.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 127 (50% from 255) = 54.98%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=22.08%
G=54.98%
B=22.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51127530.6000.580.50121.5842.734.9
Hex337F353C03A327a2b23
Octal631776574072621725343
Binary110011111111111010111110001110101100101111010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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