Html Css Color HEX #429461 Chateau Green

📋 copy color: '#429461'

red 66 ◦ green 148 ◦ blue 97

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

Shades of Chateau Green #429461

Tints of Chateau Green #429461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

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

R = 21.22%
G = 47.59%
B = 31.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#429461 (or 0x429461) is known color: Chateau Green. HEX triplet: 42, 94 and 61. RGB value is (66,148,97). Sum of RGB (Red+Green+Blue) = 66+148+97=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #429461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429461 is #BD6B9E. Grayscale: #757575. Windows color (decimal): -12413855 or 6394946. OLE color: 6394946.

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

Color convert

RGB 66 148 97 -
CMYK 0.55 0 0.34 0.42
HSL 142.68º 0.38% 0.42% -
HSV(B) 142.68º 0.55% 0.58% -
XYZ 14.99 23.2 15 -
YUV 117.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 66 148 97 0.55 0 0.34 0.42 142.68 0.38 0.42
Hex 42 94 61 37 0 22 2A 8F 26 2A
Octal 102 224 141 67 0 42 52 217 46 52
Binary 1000010 10010100 1100001 110111 0 100010 101010 10001111 100110 101010

Color Harmonies of #429461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429461

Black with #429461

Text Example


Text Example

White with #429461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429461; }

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

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

background-color css

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

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

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

border-color css

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

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

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