Html Css Color HEX #429150 Chateau Green

📋 copy color: '#429150'

red 66 ◦ green 145 ◦ blue 80

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

Shades of Chateau Green #429150

Tints of Chateau Green #429150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 22.68%
G = 49.83%
B = 27.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#429150 (or 0x429150) is known color: Chateau Green. HEX triplet: 42, 91 and 50. RGB value is (66,145,80). Sum of RGB (Red+Green+Blue) = 66+145+80=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #429150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429150 is #BD6EAF. Grayscale: #727272. Windows color (decimal): -12414640 or 5280066. OLE color: 5280066.

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

Color convert

RGB 66 145 80 -
CMYK 0.54 0 0.45 0.43
HSL 130.63º 0.37% 0.41% -
HSV(B) 130.63º 0.54% 0.57% -
XYZ 13.82 21.99 11.11 -
YUV 113.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 66 145 80 0.54 0 0.45 0.43 130.63 0.37 0.41
Hex 42 91 50 36 0 2D 2B 83 25 29
Octal 102 221 120 66 0 55 53 203 45 51
Binary 1000010 10010001 1010000 110110 0 101101 101011 10000011 100101 101001

Color Harmonies of #429150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429150

Black with #429150

Text Example


Text Example

White with #429150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429150; }

 p { color: rgb(66,145,80); }

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

background-color css

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

 a { background-color: rgb(66,145,80); }

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

border-color css

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

 span { border-color: rgb(66,145,80); }

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