#31A05C

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

Shades of Eucalyptus #31A05C

Tints of Eucalyptus #31A05C

Color information

#31A05C (or 0x31A05C) is unknown color: approx Eucalyptus. HEX triplet: 31, A0 and 5C. RGB value is (49,160,92). Sum of RGB (Red+Green+Blue) = 49+160+92=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #31A05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A05C is #CE5FA3. Grayscale: #777777. Windows color (decimal): -13524900 or 6070321. OLE color: 6070321.

HSL color Cylindrical-coordinate representation of color #31A05C: hue angle of 143.24º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A05C is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB4916092-
CMYK0.6900.430.37
HSL143.24º53.11%40.98%-
HSV(B)143.24º69.38%62.75%-
XYZ15.7726.5714.42-
YUV119.06112.7378.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 160 (62.89% from 255) = 53.16%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=16.28%
G=53.16%
B=30.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49160920.6900.430.37143.2453.1140.98
Hex31A05C4502B258f3529
Octal61240134105053452176551
Binary1100011010000010111001000101010101110010110001111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A05C; }

 p { color: rgb(49,160,92); }

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

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

 a { background-color: rgb(49,160,92); }

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

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

 span { border-color: rgb(49,160,92); }

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