#31986F

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

Shades of Eucalyptus #31986F

Tints of Eucalyptus #31986F

Color information

#31986F (or 0x31986F) is unknown color: approx Eucalyptus. HEX triplet: 31, 98 and 6F. RGB value is (49,152,111). Sum of RGB (Red+Green+Blue) = 49+152+111=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #31986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31986F is #CE6790. Grayscale: #747474. Windows color (decimal): -13526929 or 7313457. OLE color: 7313457.

HSL color Cylindrical-coordinate representation of color #31986F: hue angle of 156.12º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31986F is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB49152111-
CMYK0.6800.270.40
HSL156.12º51.24%39.41%-
HSV(B)156.12º67.76%59.61%-
XYZ15.3624.2618.91-
YUV116.53124.8879.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=15.71%
G=48.72%
B=35.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491521110.6800.270.40156.1251.2439.41
Hex31986F4401B289c3327
Octal61230157104033502346347
Binary110001100110001101111100010001101110100010011100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31986F; }

 p { color: rgb(49,152,111); }

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

<style>
 a { background-color: #31986F; }

 a { background-color: rgb(49,152,111); }

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

<style>
 span { border-color: #31986F; }

 span { border-color: rgb(49,152,111); }

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