#337941

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

Shades of Japanese Laurel #337941

Tints of Japanese Laurel #337941

Color information

#337941 (or 0x337941) is unknown color: approx Japanese Laurel. HEX triplet: 33, 79 and 41. RGB value is (51,121,65). Sum of RGB (Red+Green+Blue) = 51+121+65=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #337941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337941 is #CC86BE. Grayscale: #5D5D5D. Windows color (decimal): -13403839 or 4290867. OLE color: 4290867.

HSL color Cylindrical-coordinate representation of color #337941: hue angle of 132º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337941 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB5112165-
CMYK0.5800.460.53
HSL132º40.7%33.73%-
HSV(B)132º57.85%47.45%-
XYZ9.1614.767.37-
YUV93.69111.8197.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=21.52%
G=51.05%
B=27.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121650.5800.460.5313240.733.73
Hex3379413A02E35842922
Octal6317110172056652045142
Binary11001111110011000001111010010111011010110000100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337941; }

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

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

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

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

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

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

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

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