#319970

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

Shades of Eucalyptus #319970

Tints of Eucalyptus #319970

Color information

#319970 (or 0x319970) is unknown color: approx Eucalyptus. HEX triplet: 31, 99 and 70. RGB value is (49,153,112). Sum of RGB (Red+Green+Blue) = 49+153+112=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #319970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319970 is #CE668F. Grayscale: #757575. Windows color (decimal): -13526672 or 7379249. OLE color: 7379249.

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

Color convert

RGB49153112-
CMYK0.6800.270.4
HSL156.35º51.49%39.61%-
HSV(B)156.35º67.97%60%-
XYZ15.5824.6119.26-
YUV117.23125.0479.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=15.61%
G=48.73%
B=35.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491531120.6800.270.4156.3551.4939.61
Hex3199704401B289c3328
Octal61231160104033502346350
Binary110001100110011110000100010001101110100010011100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319970; }

 p { color: rgb(49,153,112); }

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

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

 a { background-color: rgb(49,153,112); }

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

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

 span { border-color: rgb(49,153,112); }

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