#419165

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

Shades of Eucalyptus #419165

Tints of Eucalyptus #419165

Color information

#419165 (or 0x419165) is unknown color: approx Eucalyptus. HEX triplet: 41, 91 and 65. RGB value is (65,145,101). Sum of RGB (Red+Green+Blue) = 65+145+101=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #419165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419165 is #BE6E9A. Grayscale: #747474. Windows color (decimal): -12480155 or 6656321. OLE color: 6656321.

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

Color convert

RGB65145101-
CMYK0.5500.300.43
HSL147º38.1%41.18%-
HSV(B)147º55.17%56.86%-
XYZ14.6522.3115.85-
YUV116.06119.591.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=20.90%
G=46.62%
B=32.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451010.5500.300.4314738.141.18
Hex4191653701E2B932629
Octal10122114567036532234651
Binary100000110010001110010111011101111010101110010011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419165; }

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

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

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

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

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

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

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

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