Html Css Color HEX #40915B Chateau Green

📋 copy color: '#40915B'

red 64 ◦ green 145 ◦ blue 91

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

Shades of Chateau Green #40915B

Tints of Chateau Green #40915B

RGB

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

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

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

R = 21.33%
G = 48.33%
B = 30.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#40915B (or 0x40915B) is known color: Chateau Green. HEX triplet: 40, 91 and 5B. RGB value is (64,145,91). Sum of RGB (Red+Green+Blue) = 64+145+91=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #40915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40915B is #BF6EA4. Grayscale: #727272. Windows color (decimal): -12545701 or 6000960. OLE color: 6000960.

HSL color Cylindrical-coordinate representation of color #40915B: hue angle of 140º 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 #40915B is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 145 91 -
CMYK 0.56 0 0.37 0.43
HSL 140º 0.39% 0.41% -
HSV(B) 140º 0.56% 0.57% -
XYZ 14.13 22.1 13.42 -
YUV 114.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 64 145 91 0.56 0 0.37 0.43 140 0.39 0.41
Hex 40 91 5B 38 0 25 2B 8C 27 29
Octal 100 221 133 70 0 45 53 214 47 51
Binary 1000000 10010001 1011011 111000 0 100101 101011 10001100 100111 101001

Color Harmonies of #40915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40915B

Black with #40915B

Text Example


Text Example

White with #40915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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