Html Css Color HEX #429F54 Chateau Green

📋 copy color: '#429F54'

red 66 ◦ green 159 ◦ blue 84

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

Shades of Chateau Green #429F54

Tints of Chateau Green #429F54

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.46%

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

R = 21.36%
G = 51.46%
B = 27.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#429F54 (or 0x429F54) is known color: Chateau Green. HEX triplet: 42, 9F and 54. RGB value is (66,159,84). Sum of RGB (Red+Green+Blue) = 66+159+84=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #429F54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F54 is #BD60AB. Grayscale: #7A7A7A. Windows color (decimal): -12411052 or 5545794. OLE color: 5545794.

HSL color Cylindrical-coordinate representation of color #429F54: hue angle of 131.61º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429F54 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 159 84 -
CMYK 0.58 0 0.47 0.38
HSL 131.61º 0.41% 0.44% -
HSV(B) 131.61º 0.58% 0.62% -
XYZ 16.25 26.59 12.66 -
YUV 122.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 66 159 84 0.58 0 0.47 0.38 131.61 0.41 0.44
Hex 42 9F 54 3A 0 2F 26 84 29 2C
Octal 102 237 124 72 0 57 46 204 51 54
Binary 1000010 10011111 1010100 111010 0 101111 100110 10000100 101001 101100

Color Harmonies of #429F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F54

Black with #429F54

Text Example


Text Example

White with #429F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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