#337131

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

Shades of Japanese Laurel #337131

Tints of Japanese Laurel #337131

Color information

#337131 (or 0x337131) is unknown color: approx Japanese Laurel. HEX triplet: 33, 71 and 31. RGB value is (51,113,49). Sum of RGB (Red+Green+Blue) = 51+113+49=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #337131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337131 is #CC8ECE. Grayscale: #575757. Windows color (decimal): -13405903 or 3240243. OLE color: 3240243.

HSL color Cylindrical-coordinate representation of color #337131: hue angle of 118.12º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337131 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB5111349-
CMYK0.5500.570.56
HSL118.12º39.51%31.76%-
HSV(B)118.12º56.64%44.31%-
XYZ7.8212.744.95-
YUV87.17106.46102.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=23.94%
G=53.05%
B=23.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113490.5500.570.56118.1239.5131.76
Hex3371313703938762820
Octal631616167071701665040
Binary110011111000111000111011101110011110001110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337131; }

 p { color: rgb(51,113,49); }

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

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

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

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

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

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

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