#319E65

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

Shades of Eucalyptus #319E65

Tints of Eucalyptus #319E65

Color information

#319E65 (or 0x319E65) is unknown color: approx Eucalyptus. HEX triplet: 31, 9E and 65. RGB value is (49,158,101). Sum of RGB (Red+Green+Blue) = 49+158+101=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #319E65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319E65 is #CE619A. Grayscale: #777777. Windows color (decimal): -13525403 or 6659633. OLE color: 6659633.

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

Color convert

RGB49158101-
CMYK0.6900.360.38
HSL148.62º52.66%40.59%-
HSV(B)148.62º68.99%61.96%-
XYZ15.8426.0516.5-
YUV118.91117.8978.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 158 (62.11% from 255) = 51.30%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=15.91%
G=51.30%
B=32.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491581010.6900.360.38148.6252.6640.59
Hex319E654502426953529
Octal61236145105044462256551
Binary1100011001111011001011000101010010010011010010101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,158,101); }

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

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

 a { background-color: rgb(49,158,101); }

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

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

 span { border-color: rgb(49,158,101); }

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