#469568

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

Shades of Eucalyptus #469568

Tints of Eucalyptus #469568

Color information

#469568 (or 0x469568) is unknown color: approx Eucalyptus. HEX triplet: 46, 95 and 68. RGB value is (70,149,104). Sum of RGB (Red+Green+Blue) = 70+149+104=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #469568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469568 is #B96A97. Grayscale: #787878. Windows color (decimal): -12151448 or 6853958. OLE color: 6853958.

HSL color Cylindrical-coordinate representation of color #469568: hue angle of 145.82º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469568 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB70149104-
CMYK0.5300.300.42
HSL145.82º36.07%42.94%-
HSV(B)145.82º53.02%58.43%-
XYZ15.7723.816.86-
YUV120.25118.8392.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=21.67%
G=46.13%
B=32.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491040.5300.300.42145.8236.0742.94
Hex4695683501E2A92242b
Octal10622515065036522224453
Binary100011010010101110100011010101111010101010010010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469568; }

 p { color: rgb(70,149,104); }

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

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

 a { background-color: rgb(70,149,104); }

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

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

 span { border-color: rgb(70,149,104); }

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