#40975B

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

Shades of Chateau Green #40975B

Tints of Chateau Green #40975B

Color information

#40975B (or 0x40975B) is unknown color: approx Chateau Green. HEX triplet: 40, 97 and 5B. RGB value is (64,151,91). Sum of RGB (Red+Green+Blue) = 64+151+91=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #40975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40975B is #BF68A4. Grayscale: #767676. Windows color (decimal): -12544165 or 6002496. OLE color: 6002496.

HSL color Cylindrical-coordinate representation of color #40975B: hue angle of 138.62º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40975B is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB6415191-
CMYK0.5800.400.41
HSL138.62º40.47%42.16%-
HSV(B)138.62º57.62%59.22%-
XYZ15.0723.9813.73-
YUV118.15112.6889.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 151 (59.38% from 255) = 49.35%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=20.92%
G=49.35%
B=29.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64151910.5800.400.41138.6240.4742.16
Hex40975B3A028298b282a
Octal10022713372050512135052
Binary1000000100101111011011111010010100010100110001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40975B; }

 p { color: rgb(64,151,91); }

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

<style>
 a { background-color: #40975B; }

 a { background-color: rgb(64,151,91); }

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

<style>
 span { border-color: #40975B; }

 span { border-color: rgb(64,151,91); }

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