Html Css Color HEX #429E60 Chateau Green

📋 copy color: '#429E60'

red 66 ◦ green 158 ◦ blue 96

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

Shades of Chateau Green #429E60

Tints of Chateau Green #429E60

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.38%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 20.63%
G = 49.38%
B = 30%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#429E60 (or 0x429E60) is known color: Chateau Green. HEX triplet: 42, 9E and 60. RGB value is (66,158,96). Sum of RGB (Red+Green+Blue) = 66+158+96=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #429E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E60 is #BD619F. Grayscale: #7B7B7B. Windows color (decimal): -12411296 or 6331970. OLE color: 6331970.

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

Color convert

RGB 66 158 96 -
CMYK 0.58 0 0.39 0.38
HSL 139.57º 0.41% 0.44% -
HSV(B) 139.57º 0.58% 0.62% -
XYZ 16.58 26.46 15.3 -
YUV 123.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 66 158 96 0.58 0 0.39 0.38 139.57 0.41 0.44
Hex 42 9E 60 3A 0 27 26 8C 29 2C
Octal 102 236 140 72 0 47 46 214 51 54
Binary 1000010 10011110 1100000 111010 0 100111 100110 10001100 101001 101100

Color Harmonies of #429E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429E60

Black with #429E60

Text Example


Text Example

White with #429E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,158,96); }

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

background-color css

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

 a { background-color: rgb(66,158,96); }

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

border-color css

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

 span { border-color: rgb(66,158,96); }

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