Html Css Color HEX #40964C Chateau Green

📋 copy color: '#40964C'

red 64 ◦ green 150 ◦ blue 76

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

Shades of Chateau Green #40964C

Tints of Chateau Green #40964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.21%

R = 22.07%
G = 51.72%
B = 26.21%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#40964C (or 0x40964C) is known color: Chateau Green. HEX triplet: 40, 96 and 4C. RGB value is (64,150,76). Sum of RGB (Red+Green+Blue) = 64+150+76=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #40964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40964C is #BF69B3. Grayscale: #747474. Windows color (decimal): -12544436 or 5019200. OLE color: 5019200.

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

Color convert

RGB 64 150 76 -
CMYK 0.57 0 0.49 0.41
HSL 128.37º 0.4% 0.42% -
HSV(B) 128.37º 0.57% 0.59% -
XYZ 14.33 23.42 10.6 -
YUV 115.85 105.51 91.02 -
System Red Green Blue C M Y K H S L
Decimal 64 150 76 0.57 0 0.49 0.41 128.37 0.4 0.42
Hex 40 96 4C 39 0 31 29 80 28 2A
Octal 100 226 114 71 0 61 51 200 50 52
Binary 1000000 10010110 1001100 111001 0 110001 101001 10000000 101000 101010

Color Harmonies of #40964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40964C

Black with #40964C

Text Example


Text Example

White with #40964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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