#31906A

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

Shades of Eucalyptus #31906A

Tints of Eucalyptus #31906A

Color information

#31906A (or 0x31906A) is unknown color: approx Eucalyptus. HEX triplet: 31, 90 and 6A. RGB value is (49,144,106). Sum of RGB (Red+Green+Blue) = 49+144+106=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #31906A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31906A is #CE6F95. Grayscale: #6F6F6F. Windows color (decimal): -13528982 or 6983729. OLE color: 6983729.

HSL color Cylindrical-coordinate representation of color #31906A: hue angle of 156º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31906A is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB49144106-
CMYK0.6600.260.44
HSL156º49.22%37.84%-
HSV(B)156º65.97%56.47%-
XYZ13.8421.6417.08-
YUV111.26125.0383.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=16.39%
G=48.16%
B=35.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491441060.6600.260.4415649.2237.84
Hex31906A4201A2C9c3126
Octal61220152102032542346146
Binary110001100100001101010100001001101010110010011100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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