Html Css Color HEX #429F63 Chateau Green

📋 copy color: '#429F63'

red 66 ◦ green 159 ◦ blue 99

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

Shades of Chateau Green #429F63

Tints of Chateau Green #429F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 20.37%
G = 49.07%
B = 30.56%

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

#429F63 (or 0x429F63) is known color: Chateau Green. HEX triplet: 42, 9F and 63. RGB value is (66,159,99). Sum of RGB (Red+Green+Blue) = 66+159+99=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #429F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F63 is #BD609C. Grayscale: #7C7C7C. Windows color (decimal): -12411037 or 6528834. OLE color: 6528834.

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

Color convert

RGB 66 159 99 -
CMYK 0.58 0 0.38 0.38
HSL 141.29º 0.41% 0.44% -
HSV(B) 141.29º 0.58% 0.62% -
XYZ 16.9 26.86 16.1 -
YUV 124.35 113.69 86.38 -
System Red Green Blue C M Y K H S L
Decimal 66 159 99 0.58 0 0.38 0.38 141.29 0.41 0.44
Hex 42 9F 63 3A 0 26 26 8D 29 2C
Octal 102 237 143 72 0 46 46 215 51 54
Binary 1000010 10011111 1100011 111010 0 100110 100110 10001101 101001 101100

Color Harmonies of #429F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F63

Black with #429F63

Text Example


Text Example

White with #429F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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