#459868

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

Shades of Eucalyptus #459868

Tints of Eucalyptus #459868

Color information

#459868 (or 0x459868) is unknown color: approx Eucalyptus. HEX triplet: 45, 98 and 68. RGB value is (69,152,104). Sum of RGB (Red+Green+Blue) = 69+152+104=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #459868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459868 is #BA6797. Grayscale: #797979. Windows color (decimal): -12216216 or 6854725. OLE color: 6854725.

HSL color Cylindrical-coordinate representation of color #459868: hue angle of 145.3º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459868 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB69152104-
CMYK0.5500.320.40
HSL145.3º37.56%43.33%-
HSV(B)145.3º54.61%59.61%-
XYZ16.1824.7217.02-
YUV121.7111890.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 104 (41.02% from 255) = 32%
R=21.23%
G=46.77%
B=32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691521040.5500.320.40145.337.5643.33
Hex459868370202891262b
Octal10523015067040502214653
Binary1000101100110001101000110111010000010100010010001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459868; }

 p { color: rgb(69,152,104); }

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

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

 a { background-color: rgb(69,152,104); }

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

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

 span { border-color: rgb(69,152,104); }

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