#31965A

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

Shades of Eucalyptus #31965A

Tints of Eucalyptus #31965A

Color information

#31965A (or 0x31965A) is unknown color: approx Eucalyptus. HEX triplet: 31, 96 and 5A. RGB value is (49,150,90). Sum of RGB (Red+Green+Blue) = 49+150+90=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #31965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31965A is #CE69A5. Grayscale: #717171. Windows color (decimal): -13527462 or 5936689. OLE color: 5936689.

HSL color Cylindrical-coordinate representation of color #31965A: hue angle of 144.36º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31965A is Cyan = 0.67, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB4915090-
CMYK0.6700.40.41
HSL144.36º50.75%39.02%-
HSV(B)144.36º67.33%58.82%-
XYZ14.0223.213.41-
YUV112.96115.0482.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 150 (58.98% from 255) = 51.90%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=16.96%
G=51.90%
B=31.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49150900.6700.40.41144.3650.7539.02
Hex31965A4302829903327
Octal61226132103050512206347
Binary1100011001011010110101000011010100010100110010000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,150,90); }

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

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

 a { background-color: rgb(49,150,90); }

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

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

 span { border-color: rgb(49,150,90); }

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