Html Css Color HEX #429561 Chateau Green

📋 copy color: '#429561'

red 66 ◦ green 149 ◦ blue 97

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

Shades of Chateau Green #429561

Tints of Chateau Green #429561

RGB

 RED value IS 66 (26.17% from 255) = 21.15%

 GREEN value IS 149 (58.59% from 255) = 47.76%

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 21.15%
G = 47.76%
B = 31.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#429561 (or 0x429561) is known color: Chateau Green. HEX triplet: 42, 95 and 61. RGB value is (66,149,97). Sum of RGB (Red+Green+Blue) = 66+149+97=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #429561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429561 is #BD6A9E. Grayscale: #767676. Windows color (decimal): -12413599 or 6395202. OLE color: 6395202.

HSL color Cylindrical-coordinate representation of color #429561: hue angle of 142.41º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429561 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 97 -
CMYK 0.56 0 0.35 0.42
HSL 142.41º 0.39% 0.42% -
HSV(B) 142.41º 0.56% 0.58% -
XYZ 15.15 23.52 15.05 -
YUV 118.26 116 90.73 -
System Red Green Blue C M Y K H S L
Decimal 66 149 97 0.56 0 0.35 0.42 142.41 0.39 0.42
Hex 42 95 61 38 0 23 2A 8E 27 2A
Octal 102 225 141 70 0 43 52 216 47 52
Binary 1000010 10010101 1100001 111000 0 100011 101010 10001110 100111 101010

Color Harmonies of #429561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429561

Black with #429561

Text Example


Text Example

White with #429561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429561; }

 p { color: rgb(66,149,97); }

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

background-color css

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

 a { background-color: rgb(66,149,97); }

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

border-color css

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

 span { border-color: rgb(66,149,97); }

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