#337F33

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

Shades of Japanese Laurel #337F33

Tints of Japanese Laurel #337F33

Color information

#337F33 (or 0x337F33) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7F and 33. RGB value is (51,127,51). Sum of RGB (Red+Green+Blue) = 51+127+51=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 127 (50% from 255 or 55.46% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 127 - color contains mainly: green. Hex color #337F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F33 is #CC80CC. Grayscale: #5F5F5F. Windows color (decimal): -13402317 or 3374899. OLE color: 3374899.

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

Color convert

RGB5112751-
CMYK0.6000.600.50
HSL120º42.7%34.9%-
HSV(B)120º59.84%49.8%-
XYZ9.5516.125.74-
YUV95.61102.8296.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 127 (50% from 255) = 55.46%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=22.27%
G=55.46%
B=22.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51127510.6000.600.5012042.734.9
Hex337F333C03C32782b23
Octal631776374074621705343
Binary110011111111111001111110001111001100101111000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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