#31A261

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

Shades of Eucalyptus #31A261

Tints of Eucalyptus #31A261

Color information

#31A261 (or 0x31A261) is unknown color: approx Eucalyptus. HEX triplet: 31, A2 and 61. RGB value is (49,162,97). Sum of RGB (Red+Green+Blue) = 49+162+97=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #31A261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A261 is #CE5D9E. Grayscale: #787878. Windows color (decimal): -13524383 or 6398513. OLE color: 6398513.

HSL color Cylindrical-coordinate representation of color #31A261: hue angle of 145.49º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A261 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB4916297-
CMYK0.7000.400.36
HSL145.49º53.55%41.37%-
HSV(B)145.49º69.75%63.53%-
XYZ16.3427.3615.73-
YUV120.8114.5676.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=15.91%
G=52.60%
B=31.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49162970.7000.400.36145.4953.5541.37
Hex31A2614602824913629
Octal61242141106050442216651
Binary1100011010001011000011000110010100010010010010001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,162,97); }

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

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

 a { background-color: rgb(49,162,97); }

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

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

 span { border-color: rgb(49,162,97); }

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