Html Css Color HEX #408D4D Chateau Green

📋 copy color: '#408D4D'

red 64 ◦ green 141 ◦ blue 77

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

Shades of Chateau Green #408D4D

Tints of Chateau Green #408D4D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50%

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 22.7%
G = 50%
B = 27.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#408D4D (or 0x408D4D) is known color: Chateau Green. HEX triplet: 40, 8D and 4D. RGB value is (64,141,77). Sum of RGB (Red+Green+Blue) = 64+141+77=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #408D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D4D is #BF72B2. Grayscale: #6E6E6E. Windows color (decimal): -12546739 or 5082432. OLE color: 5082432.

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

Color convert

RGB 64 141 77 -
CMYK 0.55 0 0.45 0.45
HSL 130.13º 0.38% 0.4% -
HSV(B) 130.13º 0.55% 0.55% -
XYZ 12.98 20.68 10.33 -
YUV 110.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 64 141 77 0.55 0 0.45 0.45 130.13 0.38 0.4
Hex 40 8D 4D 37 0 2D 2D 82 26 28
Octal 100 215 115 67 0 55 55 202 46 50
Binary 1000000 10001101 1001101 110111 0 101101 101101 10000010 100110 101000

Color Harmonies of #408D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408D4D

Black with #408D4D

Text Example


Text Example

White with #408D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,141,77); }

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

background-color css

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

 a { background-color: rgb(64,141,77); }

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

border-color css

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

 span { border-color: rgb(64,141,77); }

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