Html Css Color HEX #40965B Chateau Green

📋 copy color: '#40965B'

red 64 ◦ green 150 ◦ blue 91

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

Shades of Chateau Green #40965B

Tints of Chateau Green #40965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.18%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 20.98%
G = 49.18%
B = 29.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#40965B (or 0x40965B) is known color: Chateau Green. HEX triplet: 40, 96 and 5B. RGB value is (64,150,91). Sum of RGB (Red+Green+Blue) = 64+150+91=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #40965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40965B is #BF69A4. Grayscale: #757575. Windows color (decimal): -12544421 or 6002240. OLE color: 6002240.

HSL color Cylindrical-coordinate representation of color #40965B: hue angle of 138.84º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40965B is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 150 91 -
CMYK 0.57 0 0.39 0.41
HSL 138.84º 0.4% 0.42% -
HSV(B) 138.84º 0.57% 0.59% -
XYZ 14.91 23.66 13.68 -
YUV 117.56 113.01 89.8 -
System Red Green Blue C M Y K H S L
Decimal 64 150 91 0.57 0 0.39 0.41 138.84 0.4 0.42
Hex 40 96 5B 39 0 27 29 8B 28 2A
Octal 100 226 133 71 0 47 51 213 50 52
Binary 1000000 10010110 1011011 111001 0 100111 101001 10001011 101000 101010

Color Harmonies of #40965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40965B

Black with #40965B

Text Example


Text Example

White with #40965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40965B; }

 p { color: rgb(64,150,91); }

 H1.HeaderClassName
 {
   color: #40965B;
 }
 .AnyTagClassName
 {
   color: #40965B;
 }
</style>

background-color css

<style>
 a { background-color: #40965B; }

 a { background-color: rgb(64,150,91); }

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

border-color css

<style>
 span { border-color: #40965B; }

 span { border-color: rgb(64,150,91); }

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