#41BC5A

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

Shades of Chateau Green #41BC5A

Tints of Chateau Green #41BC5A

Color information

#41BC5A (or 0x41BC5A) is unknown color: approx Chateau Green. HEX triplet: 41, BC and 5A. RGB value is (65,188,90). Sum of RGB (Red+Green+Blue) = 65+188+90=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BC5A is #BE43A5. Grayscale: #8C8C8C. Windows color (decimal): -12469158 or 5946433. OLE color: 5946433.

HSL color Cylindrical-coordinate representation of color #41BC5A: hue angle of 132.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BC5A is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB6518890-
CMYK0.6500.520.26
HSL132.2º48.62%49.61%-
HSV(B)132.2º65.43%73.73%-
XYZ22.0137.8315.81-
YUV140.0599.7574.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 188 (73.83% from 255) = 54.81%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=18.95%
G=54.81%
B=26.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65188900.6500.520.26132.248.6249.61
Hex41BC5A410341A843132
Octal101274132101064322046162
Binary1000001101111001011010100000101101001101010000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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