#31935A

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

Shades of Eucalyptus #31935A

Tints of Eucalyptus #31935A

Color information

#31935A (or 0x31935A) is unknown color: approx Eucalyptus. HEX triplet: 31, 93 and 5A. RGB value is (49,147,90). Sum of RGB (Red+Green+Blue) = 49+147+90=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #31935A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31935A is #CE6CA5. Grayscale: #6F6F6F. Windows color (decimal): -13528230 or 5935921. OLE color: 5935921.

HSL color Cylindrical-coordinate representation of color #31935A: hue angle of 145.1º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31935A is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB4914790-
CMYK0.6700.390.42
HSL145.1º50%38.43%-
HSV(B)145.1º66.67%57.65%-
XYZ13.5522.2613.26-
YUV111.2116.0383.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 147 (57.81% from 255) = 51.40%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=17.13%
G=51.40%
B=31.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147900.6700.390.42145.15038.43
Hex31935A430272A913226
Octal61223132103047522216246
Binary1100011001001110110101000011010011110101010010001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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