#319D6C

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

Shades of Eucalyptus #319D6C

Tints of Eucalyptus #319D6C

Color information

#319D6C (or 0x319D6C) is unknown color: approx Eucalyptus. HEX triplet: 31, 9D and 6C. RGB value is (49,157,108). Sum of RGB (Red+Green+Blue) = 49+157+108=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #319D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D6C is #CE6293. Grayscale: #777777. Windows color (decimal): -13525652 or 7118129. OLE color: 7118129.

HSL color Cylindrical-coordinate representation of color #319D6C: hue angle of 152.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D6C is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB49157108-
CMYK0.6900.310.38
HSL152.78º52.43%40.39%-
HSV(B)152.78º68.79%61.57%-
XYZ16.0325.8518.33-
YUV119.12121.7277.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 157 (61.72% from 255) = 50%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=15.61%
G=50%
B=34.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491571080.6900.310.38152.7852.4340.39
Hex319D6C4501F26993428
Octal61235154105037462316450
Binary110001100111011101100100010101111110011010011001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319D6C; }

 p { color: rgb(49,157,108); }

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

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

 a { background-color: rgb(49,157,108); }

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

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

 span { border-color: rgb(49,157,108); }

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