#41A362

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

Shades of Chateau Green #41A362

Tints of Chateau Green #41A362

Color information

#41A362 (or 0x41A362) is unknown color: approx Chateau Green. HEX triplet: 41, A3 and 62. RGB value is (65,163,98). Sum of RGB (Red+Green+Blue) = 65+163+98=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #41A362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A362 is #BE5C9D. Grayscale: #7E7E7E. Windows color (decimal): -12475550 or 6464321. OLE color: 6464321.

HSL color Cylindrical-coordinate representation of color #41A362: hue angle of 140.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A362 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB6516398-
CMYK0.6000.400.36
HSL140.2º42.98%44.71%-
HSV(B)140.2º60.12%63.92%-
XYZ17.4828.216.08-
YUV126.29112.0384.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 163 (64.06% from 255) = 50%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=19.94%
G=50%
B=30.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal65163980.6000.400.36140.242.9844.71
Hex41A3623C028248c2b2d
Octal10124314274050442145355
Binary1000001101000111100010111100010100010010010001100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,163,98); }

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

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

 a { background-color: rgb(65,163,98); }

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

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

 span { border-color: rgb(65,163,98); }

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