#337231

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

Shades of Japanese Laurel #337231

Tints of Japanese Laurel #337231

Color information

#337231 (or 0x337231) is unknown color: approx Japanese Laurel. HEX triplet: 33, 72 and 31. RGB value is (51,114,49). Sum of RGB (Red+Green+Blue) = 51+114+49=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #337231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337231 is #CC8DCE. Grayscale: #575757. Windows color (decimal): -13405647 or 3240499. OLE color: 3240499.

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

Color convert

RGB5111449-
CMYK0.5500.570.55
HSL118.15º39.88%31.96%-
HSV(B)118.15º57.02%44.71%-
XYZ7.9412.964.99-
YUV87.75106.13101.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=23.83%
G=53.27%
B=22.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114490.5500.570.55118.1539.8831.96
Hex3372313703937762820
Octal631626167071671665040
Binary110011111001011000111011101110011101111110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337231; }

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

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

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

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

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

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

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

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