Html Css Color HEX #409252 Chateau Green

📋 copy color: '#409252'

red 64 ◦ green 146 ◦ blue 82

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

Shades of Chateau Green #409252

Tints of Chateau Green #409252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 21.92%
G = 50%
B = 28.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#409252 (or 0x409252) is known color: Chateau Green. HEX triplet: 40, 92 and 52. RGB value is (64,146,82). Sum of RGB (Red+Green+Blue) = 64+146+82=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #409252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409252 is #BF6DAD. Grayscale: #727272. Windows color (decimal): -12545454 or 5411392. OLE color: 5411392.

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

Color convert

RGB 64 146 82 -
CMYK 0.56 0 0.44 0.43
HSL 133.17º 0.39% 0.41% -
HSV(B) 133.17º 0.56% 0.57% -
XYZ 13.92 22.26 11.55 -
YUV 114.19 109.83 92.2 -
System Red Green Blue C M Y K H S L
Decimal 64 146 82 0.56 0 0.44 0.43 133.17 0.39 0.41
Hex 40 92 52 38 0 2C 2B 85 27 29
Octal 100 222 122 70 0 54 53 205 47 51
Binary 1000000 10010010 1010010 111000 0 101100 101011 10000101 100111 101001

Color Harmonies of #409252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409252

Black with #409252

Text Example


Text Example

White with #409252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409252; }

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

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

background-color css

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

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

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

border-color css

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

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

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