#31976F

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

Shades of Eucalyptus #31976F

Tints of Eucalyptus #31976F

Color information

#31976F (or 0x31976F) is unknown color: approx Eucalyptus. HEX triplet: 31, 97 and 6F. RGB value is (49,151,111). Sum of RGB (Red+Green+Blue) = 49+151+111=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #31976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31976F is #CE6890. Grayscale: #747474. Windows color (decimal): -13527185 or 7313201. OLE color: 7313201.

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

Color convert

RGB49151111-
CMYK0.6800.260.41
HSL156.47º51%39.22%-
HSV(B)156.47º67.55%59.22%-
XYZ15.223.9318.86-
YUV115.94125.2180.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.76%
GREEN value IS 151 (59.38% from 255) = 48.55%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=15.76%
G=48.55%
B=35.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491511110.6800.260.41156.475139.22
Hex31976F4401A299c3327
Octal61227157104032512346347
Binary110001100101111101111100010001101010100110011100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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