Html Css Color HEX #408F52 Chateau Green

📋 copy color: '#408F52'

red 64 ◦ green 143 ◦ blue 82

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

Shades of Chateau Green #408F52

Tints of Chateau Green #408F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 22.15%
G = 49.48%
B = 28.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#408F52 (or 0x408F52) is known color: Chateau Green. HEX triplet: 40, 8F and 52. RGB value is (64,143,82). Sum of RGB (Red+Green+Blue) = 64+143+82=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #408F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F52 is #BF70AD. Grayscale: #707070. Windows color (decimal): -12546222 or 5410624. OLE color: 5410624.

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

Color convert

RGB 64 143 82 -
CMYK 0.55 0 0.43 0.44
HSL 133.67º 0.38% 0.41% -
HSV(B) 133.67º 0.55% 0.56% -
XYZ 13.46 21.34 11.39 -
YUV 112.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 64 143 82 0.55 0 0.43 0.44 133.67 0.38 0.41
Hex 40 8F 52 37 0 2B 2C 86 26 29
Octal 100 217 122 67 0 53 54 206 46 51
Binary 1000000 10001111 1010010 110111 0 101011 101100 10000110 100110 101001

Color Harmonies of #408F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F52

Black with #408F52

Text Example


Text Example

White with #408F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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