#41995F

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

Shades of Chateau Green #41995F

Tints of Chateau Green #41995F

Color information

#41995F (or 0x41995F) is unknown color: approx Chateau Green. HEX triplet: 41, 99 and 5F. RGB value is (65,153,95). Sum of RGB (Red+Green+Blue) = 65+153+95=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #41995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41995F is #BE66A0. Grayscale: #787878. Windows color (decimal): -12478113 or 6265153. OLE color: 6265153.

HSL color Cylindrical-coordinate representation of color #41995F: hue angle of 140.45º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41995F is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB6515395-
CMYK0.5800.380.4
HSL140.45º40.37%42.75%-
HSV(B)140.45º57.52%60%-
XYZ15.6424.7314.78-
YUV120.08113.8588.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=20.77%
G=48.88%
B=30.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153950.5800.380.4140.4540.3742.75
Hex41995F3A026288c282b
Octal10123113772046502145053
Binary1000001100110011011111111010010011010100010001100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41995F; }

 p { color: rgb(65,153,95); }

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

<style>
 a { background-color: #41995F; }

 a { background-color: rgb(65,153,95); }

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

<style>
 span { border-color: #41995F; }

 span { border-color: rgb(65,153,95); }

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