#31926E

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

Shades of Eucalyptus #31926E

Tints of Eucalyptus #31926E

Color information

#31926E (or 0x31926E) is unknown color: approx Eucalyptus. HEX triplet: 31, 92 and 6E. RGB value is (49,146,110). Sum of RGB (Red+Green+Blue) = 49+146+110=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #31926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31926E is #CE6D91. Grayscale: #707070. Windows color (decimal): -13528466 or 7246385. OLE color: 7246385.

HSL color Cylindrical-coordinate representation of color #31926E: hue angle of 157.73º 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 #31926E is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB49146110-
CMYK0.6600.250.43
HSL157.73º49.74%38.24%-
HSV(B)157.73º66.44%57.25%-
XYZ14.3622.3418.31-
YUV112.89126.3682.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=16.07%
G=47.87%
B=36.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491461100.6600.250.43157.7349.7438.24
Hex31926E420192B9e3226
Octal61222156102031532366246
Binary110001100100101101110100001001100110101110011110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31926E; }

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

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

<style>
 a { background-color: #31926E; }

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

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

<style>
 span { border-color: #31926E; }

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

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