#41966E

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

Shades of Eucalyptus #41966E

Tints of Eucalyptus #41966E

Color information

#41966E (or 0x41966E) is unknown color: approx Eucalyptus. HEX triplet: 41, 96 and 6E. RGB value is (65,150,110). Sum of RGB (Red+Green+Blue) = 65+150+110=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #41966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41966E is #BE6991. Grayscale: #787878. Windows color (decimal): -12478866 or 7247425. OLE color: 7247425.

HSL color Cylindrical-coordinate representation of color #41966E: hue angle of 151.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41966E is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB65150110-
CMYK0.5700.270.41
HSL151.76º39.53%42.16%-
HSV(B)151.76º56.67%58.82%-
XYZ15.924.0618.56-
YUV120.02122.3488.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=20%
G=46.15%
B=33.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651501100.5700.270.41151.7639.5342.16
Hex41966E3901B2998282a
Octal10122615671033512305052
Binary100000110010110110111011100101101110100110011000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41966E; }

 p { color: rgb(65,150,110); }

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

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

 a { background-color: rgb(65,150,110); }

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

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

 span { border-color: rgb(65,150,110); }

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