Html Css Color HEX #409350 Chateau Green

📋 copy color: '#409350'

red 64 ◦ green 147 ◦ blue 80

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

Shades of Chateau Green #409350

Tints of Chateau Green #409350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.52%

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

R = 21.99%
G = 50.52%
B = 27.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#409350 (or 0x409350) is known color: Chateau Green. HEX triplet: 40, 93 and 50. RGB value is (64,147,80). Sum of RGB (Red+Green+Blue) = 64+147+80=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #409350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409350 is #BF6CAF. Grayscale: #727272. Windows color (decimal): -12545200 or 5280576. OLE color: 5280576.

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

Color convert

RGB 64 147 80 -
CMYK 0.56 0 0.46 0.42
HSL 131.57º 0.39% 0.41% -
HSV(B) 131.57º 0.56% 0.58% -
XYZ 14 22.54 11.2 -
YUV 114.55 108.5 91.95 -
System Red Green Blue C M Y K H S L
Decimal 64 147 80 0.56 0 0.46 0.42 131.57 0.39 0.41
Hex 40 93 50 38 0 2E 2A 84 27 29
Octal 100 223 120 70 0 56 52 204 47 51
Binary 1000000 10010011 1010000 111000 0 101110 101010 10000100 100111 101001

Color Harmonies of #409350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409350

Black with #409350

Text Example


Text Example

White with #409350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409350; }

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

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

background-color css

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

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

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

border-color css

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

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

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