Html Css Color HEX #40954C Chateau Green

📋 copy color: '#40954C'

red 64 ◦ green 149 ◦ blue 76

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

Shades of Chateau Green #40954C

Tints of Chateau Green #40954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.56%

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

R = 22.15%
G = 51.56%
B = 26.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#40954C (or 0x40954C) is known color: Chateau Green. HEX triplet: 40, 95 and 4C. RGB value is (64,149,76). Sum of RGB (Red+Green+Blue) = 64+149+76=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #40954C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40954C is #BF6AB3. Grayscale: #737373. Windows color (decimal): -12544692 or 5018944. OLE color: 5018944.

HSL color Cylindrical-coordinate representation of color #40954C: hue angle of 128.47º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40954C is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 76 -
CMYK 0.57 0 0.49 0.42
HSL 128.47º 0.4% 0.42% -
HSV(B) 128.47º 0.57% 0.58% -
XYZ 14.17 23.11 10.55 -
YUV 115.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 64 149 76 0.57 0 0.49 0.42 128.47 0.4 0.42
Hex 40 95 4C 39 0 31 2A 80 28 2A
Octal 100 225 114 71 0 61 52 200 50 52
Binary 1000000 10010101 1001100 111001 0 110001 101010 10000000 101000 101010

Color Harmonies of #40954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40954C

Black with #40954C

Text Example


Text Example

White with #40954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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