#337E30

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

Shades of Japanese Laurel #337E30

Tints of Japanese Laurel #337E30

Color information

#337E30 (or 0x337E30) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7E and 30. RGB value is (51,126,48). Sum of RGB (Red+Green+Blue) = 51+126+48=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 126 (49.61% from 255 or 56% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 126 - color contains mainly: green. Hex color #337E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337E30 is #CC81CF. Grayscale: #5E5E5E. Windows color (decimal): -13402576 or 3178035. OLE color: 3178035.

HSL color Cylindrical-coordinate representation of color #337E30: hue angle of 117.69º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #337E30 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB5112648-
CMYK0.6000.620.51
HSL117.69º44.83%34.12%-
HSV(B)117.69º61.9%49.41%-
XYZ9.3615.845.36-
YUV94.68101.6596.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 126 (49.61% from 255) = 56%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=22.67%
G=56%
B=21.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51126480.6000.620.51117.6944.8334.12
Hex337E303C03E33762d22
Octal631766074076631665542
Binary110011111111011000011110001111101100111110110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,126,48); }

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

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

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

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

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

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

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