Html Css Color HEX #429F65 Chateau Green

📋 copy color: '#429F65'

red 66 ◦ green 159 ◦ blue 101

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

Shades of Chateau Green #429F65

Tints of Chateau Green #429F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 20.25%
G = 48.77%
B = 30.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#429F65 (or 0x429F65) is known color: Chateau Green. HEX triplet: 42, 9F and 65. RGB value is (66,159,101). Sum of RGB (Red+Green+Blue) = 66+159+101=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #429F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F65 is #BD609A. Grayscale: #7C7C7C. Windows color (decimal): -12411035 or 6659906. OLE color: 6659906.

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

Color convert

RGB 66 159 101 -
CMYK 0.58 0 0.36 0.38
HSL 142.58º 0.41% 0.44% -
HSV(B) 142.58º 0.58% 0.62% -
XYZ 16.99 26.89 16.61 -
YUV 124.58 114.69 86.22 -
System Red Green Blue C M Y K H S L
Decimal 66 159 101 0.58 0 0.36 0.38 142.58 0.41 0.44
Hex 42 9F 65 3A 0 24 26 8F 29 2C
Octal 102 237 145 72 0 44 46 217 51 54
Binary 1000010 10011111 1100101 111010 0 100100 100110 10001111 101001 101100

Color Harmonies of #429F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F65

Black with #429F65

Text Example


Text Example

White with #429F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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