#41BC5C

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

Shades of Chateau Green #41BC5C

Tints of Chateau Green #41BC5C

Color information

#41BC5C (or 0x41BC5C) is unknown color: approx Chateau Green. HEX triplet: 41, BC and 5C. RGB value is (65,188,92). Sum of RGB (Red+Green+Blue) = 65+188+92=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BC5C is #BE43A3. Grayscale: #8C8C8C. Windows color (decimal): -12469156 or 6077505. OLE color: 6077505.

HSL color Cylindrical-coordinate representation of color #41BC5C: hue angle of 133.17º 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 #41BC5C is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB6518892-
CMYK0.6500.510.26
HSL133.17º48.62%49.61%-
HSV(B)133.17º65.43%73.73%-
XYZ22.0937.8616.27-
YUV140.28100.7574.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 188 (73.83% from 255) = 54.49%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=18.84%
G=54.49%
B=26.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65188920.6500.510.26133.1748.6249.61
Hex41BC5C410331A853132
Octal101274134101063322056162
Binary1000001101111001011100100000101100111101010000101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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