#31925D

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

Shades of Eucalyptus #31925D

Tints of Eucalyptus #31925D

Color information

#31925D (or 0x31925D) is unknown color: approx Eucalyptus. HEX triplet: 31, 92 and 5D. RGB value is (49,146,93). Sum of RGB (Red+Green+Blue) = 49+146+93=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #31925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31925D is #CE6DA2. Grayscale: #6F6F6F. Windows color (decimal): -13528483 or 6132273. OLE color: 6132273.

HSL color Cylindrical-coordinate representation of color #31925D: hue angle of 147.22º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31925D is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB4914693-
CMYK0.6600.360.43
HSL147.22º49.74%38.24%-
HSV(B)147.22º66.44%57.25%-
XYZ13.522213.89-
YUV110.96117.8683.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=17.01%
G=50.69%
B=32.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49146930.6600.360.43147.2249.7438.24
Hex31925D420242B933226
Octal61222135102044532236246
Binary1100011001001010111011000010010010010101110010011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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