#469469

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

Shades of Eucalyptus #469469

Tints of Eucalyptus #469469

Color information

#469469 (or 0x469469) is unknown color: approx Eucalyptus. HEX triplet: 46, 94 and 69. RGB value is (70,148,105). Sum of RGB (Red+Green+Blue) = 70+148+105=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #469469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469469 is #B96B96. Grayscale: #777777. Windows color (decimal): -12151703 or 6919238. OLE color: 6919238.

HSL color Cylindrical-coordinate representation of color #469469: hue angle of 146.92º 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 #469469 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB70148105-
CMYK0.5300.290.42
HSL146.92º35.78%42.75%-
HSV(B)146.92º52.7%58.04%-
XYZ15.6723.517.08-
YUV119.78119.6692.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=21.67%
G=45.82%
B=32.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701481050.5300.290.42146.9235.7842.75
Hex4694693501D2A93242b
Octal10622415165035522234453
Binary100011010010100110100111010101110110101010010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469469; }

 p { color: rgb(70,148,105); }

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

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

 a { background-color: rgb(70,148,105); }

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

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

 span { border-color: rgb(70,148,105); }

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