#469165

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

Shades of Eucalyptus #469165

Tints of Eucalyptus #469165

Color information

#469165 (or 0x469165) is unknown color: approx Eucalyptus. HEX triplet: 46, 91 and 65. RGB value is (70,145,101). Sum of RGB (Red+Green+Blue) = 70+145+101=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #469165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469165 is #B96E9A. Grayscale: #757575. Windows color (decimal): -12152475 or 6656326. OLE color: 6656326.

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

Color convert

RGB70145101-
CMYK0.5200.300.43
HSL144.8º34.88%42.16%-
HSV(B)144.8º51.72%56.86%-
XYZ1522.4915.86-
YUV117.56118.6594.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=22.15%
G=45.89%
B=31.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701451010.5200.300.43144.834.8842.16
Hex4691653401E2B91232a
Octal10622114564036532214352
Binary100011010010001110010111010001111010101110010001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469165; }

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

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

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

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

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

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

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

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