Html Css Color HEX #409950 Chateau Green

📋 copy color: '#409950'

red 64 ◦ green 153 ◦ blue 80

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

Shades of Chateau Green #409950

Tints of Chateau Green #409950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.52%

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

R = 21.55%
G = 51.52%
B = 26.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#409950 (or 0x409950) is known color: Chateau Green. HEX triplet: 40, 99 and 50. RGB value is (64,153,80). Sum of RGB (Red+Green+Blue) = 64+153+80=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #409950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409950 is #BF66AF. Grayscale: #767676. Windows color (decimal): -12543664 or 5282112. OLE color: 5282112.

HSL color Cylindrical-coordinate representation of color #409950: hue angle of 130.79º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409950 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 80 -
CMYK 0.58 0 0.48 0.4
HSL 130.79º 0.41% 0.43% -
HSV(B) 130.79º 0.58% 0.6% -
XYZ 14.95 24.45 11.52 -
YUV 118.07 106.51 89.44 -
System Red Green Blue C M Y K H S L
Decimal 64 153 80 0.58 0 0.48 0.4 130.79 0.41 0.43
Hex 40 99 50 3A 0 30 28 83 29 2B
Octal 100 231 120 72 0 60 50 203 51 53
Binary 1000000 10011001 1010000 111010 0 110000 101000 10000011 101001 101011

Color Harmonies of #409950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409950

Black with #409950

Text Example


Text Example

White with #409950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409950; }

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

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

background-color css

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

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

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

border-color css

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

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

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