Html Css Color HEX #429250 Chateau Green

📋 copy color: '#429250'

red 66 ◦ green 146 ◦ blue 80

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

Shades of Chateau Green #429250

Tints of Chateau Green #429250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50%

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

R = 22.6%
G = 50%
B = 27.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#429250 (or 0x429250) is known color: Chateau Green. HEX triplet: 42, 92 and 50. RGB value is (66,146,80). Sum of RGB (Red+Green+Blue) = 66+146+80=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #429250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429250 is #BD6DAF. Grayscale: #727272. Windows color (decimal): -12414384 or 5280322. OLE color: 5280322.

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

Color convert

RGB 66 146 80 -
CMYK 0.55 0 0.45 0.43
HSL 130.5º 0.38% 0.42% -
HSV(B) 130.5º 0.55% 0.57% -
XYZ 13.97 22.3 11.16 -
YUV 114.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 66 146 80 0.55 0 0.45 0.43 130.5 0.38 0.42
Hex 42 92 50 37 0 2D 2B 82 26 2A
Octal 102 222 120 67 0 55 53 202 46 52
Binary 1000010 10010010 1010000 110111 0 101101 101011 10000010 100110 101010

Color Harmonies of #429250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429250

Black with #429250

Text Example


Text Example

White with #429250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429250; }

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

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

background-color css

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

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

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

border-color css

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

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

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