#31A763

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

Shades of Eucalyptus #31A763

Tints of Eucalyptus #31A763

Color information

#31A763 (or 0x31A763) is unknown color: approx Eucalyptus. HEX triplet: 31, A7 and 63. RGB value is (49,167,99). Sum of RGB (Red+Green+Blue) = 49+167+99=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #31A763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A763 is #CE589C. Grayscale: #7C7C7C. Windows color (decimal): -13523101 or 6530865. OLE color: 6530865.

HSL color Cylindrical-coordinate representation of color #31A763: hue angle of 145.42º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A763 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB4916799-
CMYK0.7100.410.35
HSL145.42º54.63%42.35%-
HSV(B)145.42º70.66%65.49%-
XYZ17.3429.1916.53-
YUV123.97113.9174.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 167 (65.62% from 255) = 53.02%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=15.56%
G=53.02%
B=31.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49167990.7100.410.35145.4254.6342.35
Hex31A763470292391372a
Octal61247143107051432216752
Binary1100011010011111000111000111010100110001110010001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,167,99); }

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

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

 a { background-color: rgb(49,167,99); }

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

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

 span { border-color: rgb(49,167,99); }

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