#41985C

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

Shades of Chateau Green #41985C

Tints of Chateau Green #41985C

Color information

#41985C (or 0x41985C) is unknown color: approx Chateau Green. HEX triplet: 41, 98 and 5C. RGB value is (65,152,92). Sum of RGB (Red+Green+Blue) = 65+152+92=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #41985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41985C is #BE67A3. Grayscale: #777777. Windows color (decimal): -12478372 or 6068289. OLE color: 6068289.

HSL color Cylindrical-coordinate representation of color #41985C: hue angle of 138.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41985C is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB6515292-
CMYK0.5700.390.40
HSL138.62º40.09%42.55%-
HSV(B)138.62º57.24%59.61%-
XYZ15.3424.3514.02-
YUV119.15112.6889.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 152 (59.77% from 255) = 49.19%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=21.04%
G=49.19%
B=29.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65152920.5700.390.40138.6240.0942.55
Hex41985C39027288b282b
Octal10123013471047502135053
Binary1000001100110001011100111001010011110100010001011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41985C; }

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

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

<style>
 a { background-color: #41985C; }

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

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

<style>
 span { border-color: #41985C; }

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

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