#41905E

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

Shades of Eucalyptus #41905E

Tints of Eucalyptus #41905E

Color information

#41905E (or 0x41905E) is unknown color: approx Eucalyptus. HEX triplet: 41, 90 and 5E. RGB value is (65,144,94). Sum of RGB (Red+Green+Blue) = 65+144+94=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #41905E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41905E is #BE6FA1. Grayscale: #727272. Windows color (decimal): -12480418 or 6197313. OLE color: 6197313.

HSL color Cylindrical-coordinate representation of color #41905E: hue angle of 142.03º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41905E is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB6514494-
CMYK0.5500.350.44
HSL142.03º37.8%40.98%-
HSV(B)142.03º54.86%56.47%-
XYZ14.1721.8814.07-
YUV114.68116.3392.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=21.45%
G=47.52%
B=31.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144940.5500.350.44142.0337.840.98
Hex41905E370232C8e2629
Octal10122013667043542164651
Binary1000001100100001011110110111010001110110010001110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,144,94); }

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

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

 a { background-color: rgb(65,144,94); }

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

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

 span { border-color: rgb(65,144,94); }

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