#41B560

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

Shades of Chateau Green #41B560

Tints of Chateau Green #41B560

Color information

#41B560 (or 0x41B560) is unknown color: approx Chateau Green. HEX triplet: 41, B5 and 60. RGB value is (65,181,96). Sum of RGB (Red+Green+Blue) = 65+181+96=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #41B560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B560 is #BE4A9F. Grayscale: #888888. Windows color (decimal): -12470944 or 6337857. OLE color: 6337857.

HSL color Cylindrical-coordinate representation of color #41B560: hue angle of 136.03º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B560 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB6518196-
CMYK0.6400.470.29
HSL136.03º47.15%48.24%-
HSV(B)136.03º64.09%70.98%-
XYZ20.8235.0216.73-
YUV136.63105.0776.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 181 (71.09% from 255) = 52.92%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=19.01%
G=52.92%
B=28.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65181960.6400.470.29136.0347.1548.24
Hex41B5604002F1D882f30
Octal101265140100057352105760
Binary1000001101101011100000100000001011111110110001000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,181,96); }

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

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

 a { background-color: rgb(65,181,96); }

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

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

 span { border-color: rgb(65,181,96); }

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