Html Css Color HEX #429260 Chateau Green

📋 copy color: '#429260'

red 66 ◦ green 146 ◦ blue 96

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

Shades of Chateau Green #429260

Tints of Chateau Green #429260

RGB

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

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

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

R = 21.43%
G = 47.4%
B = 31.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#429260 (or 0x429260) is known color: Chateau Green. HEX triplet: 42, 92 and 60. RGB value is (66,146,96). Sum of RGB (Red+Green+Blue) = 66+146+96=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #429260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429260 is #BD6D9F. Grayscale: #747474. Windows color (decimal): -12414368 or 6328898. OLE color: 6328898.

HSL color Cylindrical-coordinate representation of color #429260: hue angle of 142.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 #429260 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 96 -
CMYK 0.55 0 0.34 0.43
HSL 142.5º 0.38% 0.42% -
HSV(B) 142.5º 0.55% 0.57% -
XYZ 14.64 22.56 14.65 -
YUV 116.38 116.5 92.07 -
System Red Green Blue C M Y K H S L
Decimal 66 146 96 0.55 0 0.34 0.43 142.5 0.38 0.42
Hex 42 92 60 37 0 22 2B 8E 26 2A
Octal 102 222 140 67 0 42 53 216 46 52
Binary 1000010 10010010 1100000 110111 0 100010 101011 10001110 100110 101010

Color Harmonies of #429260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429260

Black with #429260

Text Example


Text Example

White with #429260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429260; }

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

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

background-color css

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

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

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

border-color css

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

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

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