#319C6C

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

Shades of Eucalyptus #319C6C

Tints of Eucalyptus #319C6C

Color information

#319C6C (or 0x319C6C) is unknown color: approx Eucalyptus. HEX triplet: 31, 9C and 6C. RGB value is (49,156,108). Sum of RGB (Red+Green+Blue) = 49+156+108=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #319C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C6C is #CE6393. Grayscale: #767676. Windows color (decimal): -13525908 or 7117873. OLE color: 7117873.

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

Color convert

RGB49156108-
CMYK0.6900.310.39
HSL153.08º52.2%40.2%-
HSV(B)153.08º68.59%61.18%-
XYZ15.8625.5118.28-
YUV118.53122.0578.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 156 (61.33% from 255) = 49.84%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=15.65%
G=49.84%
B=34.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491561080.6900.310.39153.0852.240.2
Hex319C6C4501F27993428
Octal61234154105037472316450
Binary110001100111001101100100010101111110011110011001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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