#31916A

Color #31916A Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #31916A

Tints of Eucalyptus #31916A

Color information

#31916A (or 0x31916A) is unknown color: approx Eucalyptus. HEX triplet: 31, 91 and 6A. RGB value is (49,145,106). Sum of RGB (Red+Green+Blue) = 49+145+106=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #31916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31916A is #CE6E95. Grayscale: #6F6F6F. Windows color (decimal): -13528726 or 6983985. OLE color: 6983985.

HSL color Cylindrical-coordinate representation of color #31916A: hue angle of 155.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31916A is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB49145106-
CMYK0.6600.270.43
HSL155.62º49.48%38.04%-
HSV(B)155.62º66.21%56.86%-
XYZ13.9921.9417.13-
YUV111.85124.783.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 145 (57.03% from 255) = 48.33%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=16.33%
G=48.33%
B=35.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491451060.6600.270.43155.6249.4838.04
Hex31916A4201B2B9c3126
Octal61221152102033532346146
Binary110001100100011101010100001001101110101110011100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31916A; }

 p { color: rgb(49,145,106); }

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

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

 a { background-color: rgb(49,145,106); }

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

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

 span { border-color: rgb(49,145,106); }

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