#31A65B

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

Shades of Eucalyptus #31A65B

Tints of Eucalyptus #31A65B

Color information

#31A65B (or 0x31A65B) is unknown color: approx Eucalyptus. HEX triplet: 31, A6 and 5B. RGB value is (49,166,91). Sum of RGB (Red+Green+Blue) = 49+166+91=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #31A65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A65B is #CE59A4. Grayscale: #7A7A7A. Windows color (decimal): -13523365 or 6006321. OLE color: 6006321.

HSL color Cylindrical-coordinate representation of color #31A65B: hue angle of 141.54º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A65B is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB4916691-
CMYK0.7000.450.35
HSL141.54º54.42%42.16%-
HSV(B)141.54º70.48%65.1%-
XYZ16.7928.6814.55-
YUV122.47110.2475.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 166 (65.23% from 255) = 54.25%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=16.01%
G=54.25%
B=29.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49166910.7000.450.35141.5454.4242.16
Hex31A65B4602D238e362a
Octal61246133106055432166652
Binary1100011010011010110111000110010110110001110001110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,166,91); }

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

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

 a { background-color: rgb(49,166,91); }

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

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

 span { border-color: rgb(49,166,91); }

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