#319665

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

Shades of Eucalyptus #319665

Tints of Eucalyptus #319665

Color information

#319665 (or 0x319665) is unknown color: approx Eucalyptus. HEX triplet: 31, 96 and 65. RGB value is (49,150,101). Sum of RGB (Red+Green+Blue) = 49+150+101=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #319665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319665 is #CE699A. Grayscale: #727272. Windows color (decimal): -13527451 or 6657585. OLE color: 6657585.

HSL color Cylindrical-coordinate representation of color #319665: hue angle of 150.89º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319665 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB49150101-
CMYK0.6700.330.41
HSL150.89º50.75%39.02%-
HSV(B)150.89º67.33%58.82%-
XYZ14.5223.4116.06-
YUV114.21120.5481.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=16.33%
G=50%
B=33.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491501010.6700.330.41150.8950.7539.02
Hex3196654302129973327
Octal61226145103041512276347
Binary1100011001011011001011000011010000110100110010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319665; }

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

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

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

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

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

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

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

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