#31935E

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

Shades of Eucalyptus #31935E

Tints of Eucalyptus #31935E

Color information

#31935E (or 0x31935E) is unknown color: approx Eucalyptus. HEX triplet: 31, 93 and 5E. RGB value is (49,147,94). Sum of RGB (Red+Green+Blue) = 49+147+94=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #31935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31935E is #CE6CA1. Grayscale: #6F6F6F. Windows color (decimal): -13528226 or 6198065. OLE color: 6198065.

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

Color convert

RGB4914794-
CMYK0.6700.360.42
HSL147.55º50%38.43%-
HSV(B)147.55º66.67%57.65%-
XYZ13.7222.3314.18-
YUV111.66118.0383.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 147 (57.81% from 255) = 50.69%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=16.90%
G=50.69%
B=32.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147940.6700.360.42147.555038.43
Hex31935E430242A943226
Octal61223136103044522246246
Binary1100011001001110111101000011010010010101010010100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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