Html Css Color HEX #40975B Chateau Green

📋 copy color: '#40975B'

red 64 ◦ green 151 ◦ blue 91

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

Shades of Chateau Green #40975B

Tints of Chateau Green #40975B

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 value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#40975B (or 0x40975B) is known color: 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

RGB 64 151 91 -
CMYK 0.58 0 0.40 0.41
HSL 138.62º 0.4% 0.42% -
HSV(B) 138.62º 0.58% 0.59% -
XYZ 15.07 23.98 13.73 -
YUV 118.15 112.68 89.38 -
System Red Green Blue C M Y K H S L
Decimal 64 151 91 0.58 0 0.40 0.41 138.62 0.4 0.42
Hex 40 97 5B 3A 0 28 29 8B 28 2A
Octal 100 227 133 72 0 50 51 213 50 52
Binary 1000000 10010111 1011011 111010 0 101000 101001 10001011 101000 101010

Color Harmonies of #40975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40975B

Black with #40975B

Text Example


Text Example

White with #40975B

Text Example


Text Example

HTML Codes & Css Web 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>