Html Css Color HEX #409150 Chateau Green

📋 copy color: '#409150'

red 64 ◦ green 145 ◦ blue 80

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

Shades of Chateau Green #409150

Tints of Chateau Green #409150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.17%

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 22.15%
G = 50.17%
B = 27.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#409150 (or 0x409150) is known color: Chateau Green. HEX triplet: 40, 91 and 50. RGB value is (64,145,80). Sum of RGB (Red+Green+Blue) = 64+145+80=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #409150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409150 is #BF6EAF. Grayscale: #717171. Windows color (decimal): -12545712 or 5280064. OLE color: 5280064.

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

Color convert

RGB 64 145 80 -
CMYK 0.56 0 0.45 0.43
HSL 131.85º 0.39% 0.41% -
HSV(B) 131.85º 0.56% 0.57% -
XYZ 13.69 21.92 11.1 -
YUV 113.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 64 145 80 0.56 0 0.45 0.43 131.85 0.39 0.41
Hex 40 91 50 38 0 2D 2B 84 27 29
Octal 100 221 120 70 0 55 53 204 47 51
Binary 1000000 10010001 1010000 111000 0 101101 101011 10000100 100111 101001

Color Harmonies of #409150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409150

Black with #409150

Text Example


Text Example

White with #409150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409150; }

 p { color: rgb(64,145,80); }

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

background-color css

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

 a { background-color: rgb(64,145,80); }

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

border-color css

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

 span { border-color: rgb(64,145,80); }

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