#337431

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

Shades of Japanese Laurel #337431

Tints of Japanese Laurel #337431

Color information

#337431 (or 0x337431) is unknown color: approx Japanese Laurel. HEX triplet: 33, 74 and 31. RGB value is (51,116,49). Sum of RGB (Red+Green+Blue) = 51+116+49=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #337431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337431 is #CC8BCE. Grayscale: #595959. Windows color (decimal): -13405135 or 3241011. OLE color: 3241011.

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

Color convert

RGB5111649-
CMYK0.5600.580.55
HSL118.21º40.61%32.35%-
HSV(B)118.21º57.76%45.49%-
XYZ8.1713.425.07-
YUV88.93105.47100.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 116 (45.70% from 255) = 53.70%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=23.61%
G=53.70%
B=22.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116490.5600.580.55118.2140.6132.35
Hex3374313803A37762920
Octal631646170072671665140
Binary110011111010011000111100001110101101111110110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337431; }

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

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

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

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

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

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

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

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