#337F3A

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

Shades of Japanese Laurel #337F3A

Tints of Japanese Laurel #337F3A

Color information

#337F3A (or 0x337F3A) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7F and 3A. RGB value is (51,127,58). Sum of RGB (Red+Green+Blue) = 51+127+58=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #337F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F3A is #CC80C5. Grayscale: #606060. Windows color (decimal): -13402310 or 3833651. OLE color: 3833651.

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

Color convert

RGB5112758-
CMYK0.6000.540.50
HSL125.53º42.7%34.9%-
HSV(B)125.53º59.84%49.8%-
XYZ9.7216.196.62-
YUV96.41106.3295.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 127 (50% from 255) = 53.81%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=21.61%
G=53.81%
B=24.58%

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
Decimal51127580.6000.540.50125.5342.734.9
Hex337F3A3C036327e2b23
Octal631777274066621765343
Binary110011111111111101011110001101101100101111110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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