Html Css Color HEX #408E58 Chateau Green

📋 copy color: '#408E58'

red 64 ◦ green 142 ◦ blue 88

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

Shades of Chateau Green #408E58

Tints of Chateau Green #408E58

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.3%

 BLUE value IS 88 (34.77% from 255) = 29.93%

R = 21.77%
G = 48.3%
B = 29.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#408E58 (or 0x408E58) is known color: Chateau Green. HEX triplet: 40, 8E and 58. RGB value is (64,142,88). Sum of RGB (Red+Green+Blue) = 64+142+88=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #408E58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E58 is #BF71A7. Grayscale: #707070. Windows color (decimal): -12546472 or 5803584. OLE color: 5803584.

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

Color convert

RGB 64 142 88 -
CMYK 0.55 0 0.38 0.44
HSL 138.46º 0.38% 0.4% -
HSV(B) 138.46º 0.55% 0.56% -
XYZ 13.55 21.14 12.6 -
YUV 112.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 64 142 88 0.55 0 0.38 0.44 138.46 0.38 0.4
Hex 40 8E 58 37 0 26 2C 8A 26 28
Octal 100 216 130 67 0 46 54 212 46 50
Binary 1000000 10001110 1011000 110111 0 100110 101100 10001010 100110 101000

Color Harmonies of #408E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408E58

Black with #408E58

Text Example


Text Example

White with #408E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,142,88); }

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

background-color css

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

 a { background-color: rgb(64,142,88); }

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

border-color css

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

 span { border-color: rgb(64,142,88); }

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