#41AF5F

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

Shades of Chateau Green #41AF5F

Tints of Chateau Green #41AF5F

Color information

#41AF5F (or 0x41AF5F) is unknown color: approx Chateau Green. HEX triplet: 41, AF and 5F. RGB value is (65,175,95). Sum of RGB (Red+Green+Blue) = 65+175+95=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AF5F is #BE50A0. Grayscale: #858585. Windows color (decimal): -12472481 or 6270785. OLE color: 6270785.

HSL color Cylindrical-coordinate representation of color #41AF5F: hue angle of 136.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AF5F is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB6517595-
CMYK0.6300.460.31
HSL136.36º45.83%47.06%-
HSV(B)136.36º62.86%68.63%-
XYZ19.5832.6116.09-
YUV132.99106.5679.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=19.40%
G=52.24%
B=28.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65175950.6300.460.31136.3645.8347.06
Hex41AF5F3F02E1F882e2f
Octal10125713777056372105657
Binary100000110101111101111111111101011101111110001000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,175,95); }

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

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

 a { background-color: rgb(65,175,95); }

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

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

 span { border-color: rgb(65,175,95); }

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