Html Css Color HEX #40975C Chateau Green

📋 copy color: '#40975C'

red 64 ◦ green 151 ◦ blue 92

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

Shades of Chateau Green #40975C

Tints of Chateau Green #40975C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 20.85%
G = 49.19%
B = 29.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#40975C (or 0x40975C) is known color: Chateau Green. HEX triplet: 40, 97 and 5C. RGB value is (64,151,92). Sum of RGB (Red+Green+Blue) = 64+151+92=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #40975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40975C is #BF68A3. Grayscale: #767676. Windows color (decimal): -12544164 or 6068032. OLE color: 6068032.

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

Color convert

RGB 64 151 92 -
CMYK 0.58 0 0.39 0.41
HSL 139.31º 0.4% 0.42% -
HSV(B) 139.31º 0.58% 0.59% -
XYZ 15.11 24 13.96 -
YUV 118.26 113.18 89.3 -
System Red Green Blue C M Y K H S L
Decimal 64 151 92 0.58 0 0.39 0.41 139.31 0.4 0.42
Hex 40 97 5C 3A 0 27 29 8B 28 2A
Octal 100 227 134 72 0 47 51 213 50 52
Binary 1000000 10010111 1011100 111010 0 100111 101001 10001011 101000 101010

Color Harmonies of #40975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40975C

Black with #40975C

Text Example


Text Example

White with #40975C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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