Html Css Color HEX #409850 Chateau Green

📋 copy color: '#409850'

red 64 ◦ green 152 ◦ blue 80

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

Shades of Chateau Green #409850

Tints of Chateau Green #409850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.35%

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

R = 21.62%
G = 51.35%
B = 27.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#409850 (or 0x409850) is known color: Chateau Green. HEX triplet: 40, 98 and 50. RGB value is (64,152,80). Sum of RGB (Red+Green+Blue) = 64+152+80=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #409850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409850 is #BF67AF. Grayscale: #757575. Windows color (decimal): -12543920 or 5281856. OLE color: 5281856.

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

Color convert

RGB 64 152 80 -
CMYK 0.58 0 0.47 0.40
HSL 130.91º 0.41% 0.42% -
HSV(B) 130.91º 0.58% 0.6% -
XYZ 14.79 24.13 11.47 -
YUV 117.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 64 152 80 0.58 0 0.47 0.40 130.91 0.41 0.42
Hex 40 98 50 3A 0 2F 28 83 29 2A
Octal 100 230 120 72 0 57 50 203 51 52
Binary 1000000 10011000 1010000 111010 0 101111 101000 10000011 101001 101010

Color Harmonies of #409850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409850

Black with #409850

Text Example


Text Example

White with #409850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409850; }

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

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

background-color css

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

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

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

border-color css

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

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

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