#319C6E

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

Shades of Eucalyptus #319C6E

Tints of Eucalyptus #319C6E

Color information

#319C6E (or 0x319C6E) is unknown color: approx Eucalyptus. HEX triplet: 31, 9C and 6E. RGB value is (49,156,110). Sum of RGB (Red+Green+Blue) = 49+156+110=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #319C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C6E is #CE6391. Grayscale: #767676. Windows color (decimal): -13525906 or 7248945. OLE color: 7248945.

HSL color Cylindrical-coordinate representation of color #319C6E: hue angle of 154.21º 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 #319C6E is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB49156110-
CMYK0.6900.290.39
HSL154.21º52.2%40.2%-
HSV(B)154.21º68.59%61.18%-
XYZ15.9725.5618.84-
YUV118.76123.0578.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 156 (61.33% from 255) = 49.52%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=15.56%
G=49.52%
B=34.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491561100.6900.290.39154.2152.240.2
Hex319C6E4501D279a3428
Octal61234156105035472326450
Binary110001100111001101110100010101110110011110011010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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