Html Css Color HEX #408F5C Chateau Green

📋 copy color: '#408F5C'

red 64 ◦ green 143 ◦ blue 92

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

Shades of Chateau Green #408F5C

Tints of Chateau Green #408F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 21.4%
G = 47.83%
B = 30.77%

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

#408F5C (or 0x408F5C) is known color: Chateau Green. HEX triplet: 40, 8F and 5C. RGB value is (64,143,92). Sum of RGB (Red+Green+Blue) = 64+143+92=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #408F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F5C is #BF70A3. Grayscale: #717171. Windows color (decimal): -12546212 or 6065984. OLE color: 6065984.

HSL color Cylindrical-coordinate representation of color #408F5C: hue angle of 141.27º 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 #408F5C is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 92 -
CMYK 0.55 0 0.36 0.44
HSL 141.27º 0.38% 0.41% -
HSV(B) 141.27º 0.55% 0.56% -
XYZ 13.87 21.51 13.55 -
YUV 113.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 64 143 92 0.55 0 0.36 0.44 141.27 0.38 0.41
Hex 40 8F 5C 37 0 24 2C 8D 26 29
Octal 100 217 134 67 0 44 54 215 46 51
Binary 1000000 10001111 1011100 110111 0 100100 101100 10001101 100110 101001

Color Harmonies of #408F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F5C

Black with #408F5C

Text Example


Text Example

White with #408F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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