Html Css Color HEX #40914C Chateau Green

📋 copy color: '#40914C'

red 64 ◦ green 145 ◦ blue 76

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

Shades of Chateau Green #40914C

Tints of Chateau Green #40914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.88%

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

R = 22.46%
G = 50.88%
B = 26.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#40914C (or 0x40914C) is known color: Chateau Green. HEX triplet: 40, 91 and 4C. RGB value is (64,145,76). Sum of RGB (Red+Green+Blue) = 64+145+76=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #40914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40914C is #BF6EB3. Grayscale: #717171. Windows color (decimal): -12545716 or 5017920. OLE color: 5017920.

HSL color Cylindrical-coordinate representation of color #40914C: hue angle of 128.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40914C is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 145 76 -
CMYK 0.56 0 0.48 0.43
HSL 128.89º 0.39% 0.41% -
HSV(B) 128.89º 0.56% 0.57% -
XYZ 13.54 21.86 10.34 -
YUV 112.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 64 145 76 0.56 0 0.48 0.43 128.89 0.39 0.41
Hex 40 91 4C 38 0 30 2B 81 27 29
Octal 100 221 114 70 0 60 53 201 47 51
Binary 1000000 10010001 1001100 111000 0 110000 101011 10000001 100111 101001

Color Harmonies of #40914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40914C

Black with #40914C

Text Example


Text Example

White with #40914C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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