#337E41

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

Shades of Japanese Laurel #337E41

Tints of Japanese Laurel #337E41

Color information

#337E41 (or 0x337E41) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7E and 41. RGB value is (51,126,65). Sum of RGB (Red+Green+Blue) = 51+126+65=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #337E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337E41 is #CC81BE. Grayscale: #606060. Windows color (decimal): -13402559 or 4292147. OLE color: 4292147.

HSL color Cylindrical-coordinate representation of color #337E41: hue angle of 131.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E41 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB5112665-
CMYK0.6000.480.51
HSL131.2º42.37%34.71%-
HSV(B)131.2º59.52%49.41%-
XYZ9.7816.017.58-
YUV96.62110.1595.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 126 (49.61% from 255) = 52.07%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=21.07%
G=52.07%
B=26.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51126650.6000.480.51131.242.3734.71
Hex337E413C03033832a23
Octal6317610174060632035243
Binary11001111111101000001111100011000011001110000011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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