#41946D

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

Shades of Eucalyptus #41946D

Tints of Eucalyptus #41946D

Color information

#41946D (or 0x41946D) is unknown color: approx Eucalyptus. HEX triplet: 41, 94 and 6D. RGB value is (65,148,109). Sum of RGB (Red+Green+Blue) = 65+148+109=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #41946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41946D is #BE6B92. Grayscale: #767676. Windows color (decimal): -12479379 or 7181377. OLE color: 7181377.

HSL color Cylindrical-coordinate representation of color #41946D: hue angle of 151.81º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41946D is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB65148109-
CMYK0.5600.260.42
HSL151.81º38.97%41.76%-
HSV(B)151.81º56.08%58.04%-
XYZ15.5323.4118.17-
YUV118.74122.589.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=20.19%
G=45.96%
B=33.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481090.5600.260.42151.8138.9741.76
Hex41946D3801A2A98272a
Octal10122415570032522304752
Binary100000110010100110110111100001101010101010011000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41946D; }

 p { color: rgb(65,148,109); }

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

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

 a { background-color: rgb(65,148,109); }

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

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

 span { border-color: rgb(65,148,109); }

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