Html Css Color HEX #409255 Chateau Green

📋 copy color: '#409255'

red 64 ◦ green 146 ◦ blue 85

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

Shades of Chateau Green #409255

Tints of Chateau Green #409255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 21.69%
G = 49.49%
B = 28.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#409255 (or 0x409255) is known color: Chateau Green. HEX triplet: 40, 92 and 55. RGB value is (64,146,85). Sum of RGB (Red+Green+Blue) = 64+146+85=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #409255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409255 is #BF6DAA. Grayscale: #727272. Windows color (decimal): -12545451 or 5608000. OLE color: 5608000.

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

Color convert

RGB 64 146 85 -
CMYK 0.56 0 0.42 0.43
HSL 135.37º 0.39% 0.41% -
HSV(B) 135.37º 0.56% 0.57% -
XYZ 14.03 22.3 12.16 -
YUV 114.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 64 146 85 0.56 0 0.42 0.43 135.37 0.39 0.41
Hex 40 92 55 38 0 2A 2B 87 27 29
Octal 100 222 125 70 0 52 53 207 47 51
Binary 1000000 10010010 1010101 111000 0 101010 101011 10000111 100111 101001

Color Harmonies of #409255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409255

Black with #409255

Text Example


Text Example

White with #409255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409255; }

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

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

background-color css

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

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

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

border-color css

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

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

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