Html Css Color HEX #40975D Chateau Green

📋 copy color: '#40975D'

red 64 ◦ green 151 ◦ blue 93

#40975D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #40975D

Tints of Chateau Green #40975D

RGB

 RED value IS 64 (25.39% from 255) = 20.78%

 GREEN value IS 151 (59.38% from 255) = 49.03%

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 20.78%
G = 49.03%
B = 30.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#40975D (or 0x40975D) is known color: Chateau Green. HEX triplet: 40, 97 and 5D. RGB value is (64,151,93). Sum of RGB (Red+Green+Blue) = 64+151+93=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #40975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40975D is #BF68A2. Grayscale: #767676. Windows color (decimal): -12544163 or 6133568. OLE color: 6133568.

HSL color Cylindrical-coordinate representation of color #40975D: hue angle of 140º 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 #40975D is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 151 93 -
CMYK 0.58 0 0.38 0.41
HSL 140º 0.4% 0.42% -
HSV(B) 140º 0.58% 0.59% -
XYZ 15.16 24.01 14.19 -
YUV 118.38 113.68 89.22 -
System Red Green Blue C M Y K H S L
Decimal 64 151 93 0.58 0 0.38 0.41 140 0.4 0.42
Hex 40 97 5D 3A 0 26 29 8C 28 2A
Octal 100 227 135 72 0 46 51 214 50 52
Binary 1000000 10010111 1011101 111010 0 100110 101001 10001100 101000 101010

Color Harmonies of #40975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40975D

Black with #40975D

Text Example


Text Example

White with #40975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40975D;
 }
 .AnyTagClassName
 {
   color: #40975D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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