#41A05A

Color #41A05A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #41A05A

Tints of Chateau Green #41A05A

Color information

#41A05A (or 0x41A05A) is unknown color: approx Chateau Green. HEX triplet: 41, A0 and 5A. RGB value is (65,160,90). Sum of RGB (Red+Green+Blue) = 65+160+90=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #41A05A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A05A is #BE5FA5. Grayscale: #7B7B7B. Windows color (decimal): -12476326 or 5939265. OLE color: 5939265.

HSL color Cylindrical-coordinate representation of color #41A05A: hue angle of 135.79º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41A05A is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB6516090-
CMYK0.5900.440.37
HSL135.79º42.22%44.12%-
HSV(B)135.79º59.38%62.75%-
XYZ16.62714.01-
YUV123.62109.0386.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 160 (62.89% from 255) = 50.79%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=20.63%
G=50.79%
B=28.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal65160900.5900.440.37135.7942.2244.12
Hex41A05A3B02C25882a2c
Octal10124013273054452105254
Binary1000001101000001011010111011010110010010110001000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A05A; }

 p { color: rgb(65,160,90); }

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

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

 a { background-color: rgb(65,160,90); }

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

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

 span { border-color: rgb(65,160,90); }

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