#31935D

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

Shades of Eucalyptus #31935D

Tints of Eucalyptus #31935D

Color information

#31935D (or 0x31935D) is unknown color: approx Eucalyptus. HEX triplet: 31, 93 and 5D. RGB value is (49,147,93). Sum of RGB (Red+Green+Blue) = 49+147+93=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #31935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31935D is #CE6CA2. Grayscale: #6F6F6F. Windows color (decimal): -13528227 or 6132529. OLE color: 6132529.

HSL color Cylindrical-coordinate representation of color #31935D: hue angle of 146.94º 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 #31935D is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB4914793-
CMYK0.6700.370.42
HSL146.94º50%38.43%-
HSV(B)146.94º66.67%57.65%-
XYZ13.6822.3113.94-
YUV111.54117.5383.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 147 (57.81% from 255) = 50.87%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=16.96%
G=50.87%
B=32.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147930.6700.370.42146.945038.43
Hex31935D430252A933226
Octal61223135103045522236246
Binary1100011001001110111011000011010010110101010010011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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