Html Css Color HEX #40995C Chateau Green

📋 copy color: '#40995C'

red 64 ◦ green 153 ◦ blue 92

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

Shades of Chateau Green #40995C

Tints of Chateau Green #40995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.51%

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

R = 20.71%
G = 49.51%
B = 29.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#40995C (or 0x40995C) is known color: Chateau Green. HEX triplet: 40, 99 and 5C. RGB value is (64,153,92). Sum of RGB (Red+Green+Blue) = 64+153+92=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #40995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40995C is #BF66A3. Grayscale: #777777. Windows color (decimal): -12543652 or 6068544. OLE color: 6068544.

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

Color convert

RGB 64 153 92 -
CMYK 0.58 0 0.40 0.4
HSL 138.88º 0.41% 0.43% -
HSV(B) 138.88º 0.58% 0.6% -
XYZ 15.44 24.65 14.07 -
YUV 119.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 64 153 92 0.58 0 0.40 0.4 138.88 0.41 0.43
Hex 40 99 5C 3A 0 28 28 8B 29 2B
Octal 100 231 134 72 0 50 50 213 51 53
Binary 1000000 10011001 1011100 111010 0 101000 101000 10001011 101001 101011

Color Harmonies of #40995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40995C

Black with #40995C

Text Example


Text Example

White with #40995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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