#41AA55

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

Shades of Chateau Green #41AA55

Tints of Chateau Green #41AA55

Color information

#41AA55 (or 0x41AA55) is unknown color: approx Chateau Green. HEX triplet: 41, AA and 55. RGB value is (65,170,85). Sum of RGB (Red+Green+Blue) = 65+170+85=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AA55 is #BE55AA. Grayscale: #818181. Windows color (decimal): -12473771 or 5614145. OLE color: 5614145.

HSL color Cylindrical-coordinate representation of color #41AA55: hue angle of 131.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AA55 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB6517085-
CMYK0.6200.500.33
HSL131.43º44.68%46.08%-
HSV(B)131.43º61.76%66.67%-
XYZ18.1930.5313.53-
YUV128.92103.2182.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 170 (66.80% from 255) = 53.12%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=20.31%
G=53.12%
B=26.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65170850.6200.500.33131.4344.6846.08
Hex41AA553E03221832d2e
Octal10125212576062412035556
Binary1000001101010101010101111110011001010000110000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,170,85); }

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

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

 a { background-color: rgb(65,170,85); }

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

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

 span { border-color: rgb(65,170,85); }

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