Html Css Color HEX #409055 Chateau Green

📋 copy color: '#409055'

red 64 ◦ green 144 ◦ blue 85

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

Shades of Chateau Green #409055

Tints of Chateau Green #409055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.15%

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 21.84%
G = 49.15%
B = 29.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#409055 (or 0x409055) is known color: Chateau Green. HEX triplet: 40, 90 and 55. RGB value is (64,144,85). Sum of RGB (Red+Green+Blue) = 64+144+85=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #409055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409055 is #BF6FAA. Grayscale: #717171. Windows color (decimal): -12545963 or 5607488. OLE color: 5607488.

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

Color convert

RGB 64 144 85 -
CMYK 0.56 0 0.41 0.44
HSL 135.75º 0.38% 0.41% -
HSV(B) 135.75º 0.56% 0.56% -
XYZ 13.73 21.69 12.06 -
YUV 113.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 64 144 85 0.56 0 0.41 0.44 135.75 0.38 0.41
Hex 40 90 55 38 0 29 2C 88 26 29
Octal 100 220 125 70 0 51 54 210 46 51
Binary 1000000 10010000 1010101 111000 0 101001 101100 10001000 100110 101001

Color Harmonies of #409055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409055

Black with #409055

Text Example


Text Example

White with #409055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409055; }

 p { color: rgb(64,144,85); }

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

background-color css

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

 a { background-color: rgb(64,144,85); }

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

border-color css

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

 span { border-color: rgb(64,144,85); }

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