Html Css Color HEX #429055 Chateau Green

📋 copy color: '#429055'

red 66 ◦ green 144 ◦ blue 85

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

Shades of Chateau Green #429055

Tints of Chateau Green #429055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.81%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 22.37%
G = 48.81%
B = 28.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#429055 (or 0x429055) is known color: Chateau Green. HEX triplet: 42, 90 and 55. RGB value is (66,144,85). Sum of RGB (Red+Green+Blue) = 66+144+85=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #429055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429055 is #BD6FAA. Grayscale: #727272. Windows color (decimal): -12414891 or 5607490. OLE color: 5607490.

HSL color Cylindrical-coordinate representation of color #429055: hue angle of 134.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429055 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 85 -
CMYK 0.54 0 0.41 0.44
HSL 134.62º 0.37% 0.41% -
HSV(B) 134.62º 0.54% 0.56% -
XYZ 13.86 21.76 12.06 -
YUV 113.95 111.66 93.8 -
System Red Green Blue C M Y K H S L
Decimal 66 144 85 0.54 0 0.41 0.44 134.62 0.37 0.41
Hex 42 90 55 36 0 29 2C 87 25 29
Octal 102 220 125 66 0 51 54 207 45 51
Binary 1000010 10010000 1010101 110110 0 101001 101100 10000111 100101 101001

Color Harmonies of #429055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429055

Black with #429055

Text Example


Text Example

White with #429055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429055; }

 p { color: rgb(66,144,85); }

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

background-color css

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

 a { background-color: rgb(66,144,85); }

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

border-color css

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

 span { border-color: rgb(66,144,85); }

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