#469365

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

Shades of Eucalyptus #469365

Tints of Eucalyptus #469365

Color information

#469365 (or 0x469365) is unknown color: approx Eucalyptus. HEX triplet: 46, 93 and 65. RGB value is (70,147,101). Sum of RGB (Red+Green+Blue) = 70+147+101=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #469365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469365 is #B96C9A. Grayscale: #767676. Windows color (decimal): -12151963 or 6656838. OLE color: 6656838.

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

Color convert

RGB70147101-
CMYK0.5200.310.42
HSL144.16º35.48%42.55%-
HSV(B)144.16º52.38%57.65%-
XYZ15.3123.1115.97-
YUV118.73117.9993.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=22.01%
G=46.23%
B=31.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701471010.5200.310.42144.1635.4842.55
Hex4693653401F2A90232b
Octal10622314564037522204353
Binary100011010010011110010111010001111110101010010000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469365; }

 p { color: rgb(70,147,101); }

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

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

 a { background-color: rgb(70,147,101); }

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

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

 span { border-color: rgb(70,147,101); }

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