Html Css Color HEX #409250 Chateau Green

📋 copy color: '#409250'

red 64 ◦ green 146 ◦ blue 80

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

Shades of Chateau Green #409250

Tints of Chateau Green #409250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.34%

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

R = 22.07%
G = 50.34%
B = 27.59%

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

#409250 (or 0x409250) is known color: Chateau Green. HEX triplet: 40, 92 and 50. RGB value is (64,146,80). Sum of RGB (Red+Green+Blue) = 64+146+80=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #409250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409250 is #BF6DAF. Grayscale: #727272. Windows color (decimal): -12545456 or 5280320. OLE color: 5280320.

HSL color Cylindrical-coordinate representation of color #409250: hue angle of 131.71º 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 #409250 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 146 80 -
CMYK 0.56 0 0.45 0.43
HSL 131.71º 0.39% 0.41% -
HSV(B) 131.71º 0.56% 0.57% -
XYZ 13.84 22.23 11.15 -
YUV 113.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 64 146 80 0.56 0 0.45 0.43 131.71 0.39 0.41
Hex 40 92 50 38 0 2D 2B 84 27 29
Octal 100 222 120 70 0 55 53 204 47 51
Binary 1000000 10010010 1010000 111000 0 101101 101011 10000100 100111 101001

Color Harmonies of #409250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409250

Black with #409250

Text Example


Text Example

White with #409250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409250; }

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

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

background-color css

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

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

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

border-color css

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

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

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