#31986A

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

Shades of Eucalyptus #31986A

Tints of Eucalyptus #31986A

Color information

#31986A (or 0x31986A) is unknown color: approx Eucalyptus. HEX triplet: 31, 98 and 6A. RGB value is (49,152,106). Sum of RGB (Red+Green+Blue) = 49+152+106=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #31986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31986A is #CE6795. Grayscale: #747474. Windows color (decimal): -13526934 or 6985777. OLE color: 6985777.

HSL color Cylindrical-coordinate representation of color #31986A: hue angle of 153.2º 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 #31986A is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB49152106-
CMYK0.6800.300.40
HSL153.2º51.24%39.41%-
HSV(B)153.2º67.76%59.61%-
XYZ15.124.1517.5-
YUV115.96122.3880.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=15.96%
G=49.51%
B=34.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491521060.6800.300.40153.251.2439.41
Hex31986A4401E28993327
Octal61230152104036502316347
Binary110001100110001101010100010001111010100010011001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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