Html Css Color HEX #429F62 Chateau Green

📋 copy color: '#429F62'

red 66 ◦ green 159 ◦ blue 98

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

Shades of Chateau Green #429F62

Tints of Chateau Green #429F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 20.43%
G = 49.23%
B = 30.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#429F62 (or 0x429F62) is known color: Chateau Green. HEX triplet: 42, 9F and 62. RGB value is (66,159,98). Sum of RGB (Red+Green+Blue) = 66+159+98=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #429F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F62 is #BD609D. Grayscale: #7C7C7C. Windows color (decimal): -12411038 or 6463298. OLE color: 6463298.

HSL color Cylindrical-coordinate representation of color #429F62: hue angle of 140.65º 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 #429F62 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 159 98 -
CMYK 0.58 0 0.38 0.38
HSL 140.65º 0.41% 0.44% -
HSV(B) 140.65º 0.58% 0.62% -
XYZ 16.85 26.84 15.85 -
YUV 124.24 113.19 86.46 -
System Red Green Blue C M Y K H S L
Decimal 66 159 98 0.58 0 0.38 0.38 140.65 0.41 0.44
Hex 42 9F 62 3A 0 26 26 8D 29 2C
Octal 102 237 142 72 0 46 46 215 51 54
Binary 1000010 10011111 1100010 111010 0 100110 100110 10001101 101001 101100

Color Harmonies of #429F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F62

Black with #429F62

Text Example


Text Example

White with #429F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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