#337531

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

Shades of Japanese Laurel #337531

Tints of Japanese Laurel #337531

Color information

#337531 (or 0x337531) is unknown color: approx Japanese Laurel. HEX triplet: 33, 75 and 31. RGB value is (51,117,49). Sum of RGB (Red+Green+Blue) = 51+117+49=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #337531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337531 is #CC8ACE. Grayscale: #595959. Windows color (decimal): -13404879 or 3241267. OLE color: 3241267.

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

Color convert

RGB5111749-
CMYK0.5600.580.54
HSL118.24º40.96%32.55%-
HSV(B)118.24º58.12%45.88%-
XYZ8.2813.655.1-
YUV89.51105.13100.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 49 (19.53% from 255) = 22.58%
R=23.50%
G=53.92%
B=22.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117490.5600.580.54118.2440.9632.55
Hex3375313803A36762921
Octal631656170072661665141
Binary110011111010111000111100001110101101101110110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337531; }

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

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

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

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

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

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

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

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