Html Css Color HEX #40995F Chateau Green

📋 copy color: '#40995F'

red 64 ◦ green 153 ◦ blue 95

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

Shades of Chateau Green #40995F

Tints of Chateau Green #40995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 20.51%
G = 49.04%
B = 30.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#40995F (or 0x40995F) is known color: Chateau Green. HEX triplet: 40, 99 and 5F. RGB value is (64,153,95). Sum of RGB (Red+Green+Blue) = 64+153+95=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #40995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40995F is #BF66A0. Grayscale: #777777. Windows color (decimal): -12543649 or 6265152. OLE color: 6265152.

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

Color convert

RGB 64 153 95 -
CMYK 0.58 0 0.38 0.4
HSL 140.9º 0.41% 0.43% -
HSV(B) 140.9º 0.58% 0.6% -
XYZ 15.57 24.7 14.77 -
YUV 119.78 114.01 88.22 -
System Red Green Blue C M Y K H S L
Decimal 64 153 95 0.58 0 0.38 0.4 140.9 0.41 0.43
Hex 40 99 5F 3A 0 26 28 8D 29 2B
Octal 100 231 137 72 0 46 50 215 51 53
Binary 1000000 10011001 1011111 111010 0 100110 101000 10001101 101001 101011

Color Harmonies of #40995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40995F

Black with #40995F

Text Example


Text Example

White with #40995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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