Html Css Color HEX #429654 Chateau Green

📋 copy color: '#429654'

red 66 ◦ green 150 ◦ blue 84

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

Shades of Chateau Green #429654

Tints of Chateau Green #429654

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50%

 BLUE value IS 84 (33.2% from 255) = 28%

R = 22%
G = 50%
B = 28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#429654 (or 0x429654) is known color: Chateau Green. HEX triplet: 42, 96 and 54. RGB value is (66,150,84). Sum of RGB (Red+Green+Blue) = 66+150+84=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #429654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429654 is #BD69AB. Grayscale: #757575. Windows color (decimal): -12413356 or 5543490. OLE color: 5543490.

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

Color convert

RGB 66 150 84 -
CMYK 0.56 0 0.44 0.41
HSL 132.86º 0.39% 0.42% -
HSV(B) 132.86º 0.56% 0.59% -
XYZ 14.75 23.61 12.17 -
YUV 117.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 66 150 84 0.56 0 0.44 0.41 132.86 0.39 0.42
Hex 42 96 54 38 0 2C 29 85 27 2A
Octal 102 226 124 70 0 54 51 205 47 52
Binary 1000010 10010110 1010100 111000 0 101100 101001 10000101 100111 101010

Color Harmonies of #429654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429654

Black with #429654

Text Example


Text Example

White with #429654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429654; }

 p { color: rgb(66,150,84); }

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

background-color css

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

 a { background-color: rgb(66,150,84); }

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

border-color css

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

 span { border-color: rgb(66,150,84); }

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