Html Css Color HEX #408F5B Chateau Green

📋 copy color: '#408F5B'

red 64 ◦ green 143 ◦ blue 91

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

Shades of Chateau Green #408F5B

Tints of Chateau Green #408F5B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.99%

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

R = 21.48%
G = 47.99%
B = 30.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#408F5B (or 0x408F5B) is known color: Chateau Green. HEX triplet: 40, 8F and 5B. RGB value is (64,143,91). Sum of RGB (Red+Green+Blue) = 64+143+91=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #408F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F5B is #BF70A4. Grayscale: #717171. Windows color (decimal): -12546213 or 6000448. OLE color: 6000448.

HSL color Cylindrical-coordinate representation of color #408F5B: hue angle of 140.51º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F5B is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 91 -
CMYK 0.55 0 0.36 0.44
HSL 140.51º 0.38% 0.41% -
HSV(B) 140.51º 0.55% 0.56% -
XYZ 13.83 21.49 13.32 -
YUV 113.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 64 143 91 0.55 0 0.36 0.44 140.51 0.38 0.41
Hex 40 8F 5B 37 0 24 2C 8D 26 29
Octal 100 217 133 67 0 44 54 215 46 51
Binary 1000000 10001111 1011011 110111 0 100100 101100 10001101 100110 101001

Color Harmonies of #408F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F5B

Black with #408F5B

Text Example


Text Example

White with #408F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408F5B; }

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

 H1.HeaderClassName
 {
   color: #408F5B;
 }
 .AnyTagClassName
 {
   color: #408F5B;
 }
</style>

background-color css

<style>
 a { background-color: #408F5B; }

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

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

border-color css

<style>
 span { border-color: #408F5B; }

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

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