Html Css Color HEX #429460 Chateau Green

📋 copy color: '#429460'

red 66 ◦ green 148 ◦ blue 96

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

Shades of Chateau Green #429460

Tints of Chateau Green #429460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.74%

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

R = 21.29%
G = 47.74%
B = 30.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#429460 (or 0x429460) is known color: Chateau Green. HEX triplet: 42, 94 and 60. RGB value is (66,148,96). Sum of RGB (Red+Green+Blue) = 66+148+96=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #429460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429460 is #BD6B9F. Grayscale: #757575. Windows color (decimal): -12413856 or 6329410. OLE color: 6329410.

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

Color convert

RGB 66 148 96 -
CMYK 0.55 0 0.35 0.42
HSL 141.95º 0.38% 0.42% -
HSV(B) 141.95º 0.55% 0.58% -
XYZ 14.95 23.18 14.75 -
YUV 117.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 66 148 96 0.55 0 0.35 0.42 141.95 0.38 0.42
Hex 42 94 60 37 0 23 2A 8E 26 2A
Octal 102 224 140 67 0 43 52 216 46 52
Binary 1000010 10010100 1100000 110111 0 100011 101010 10001110 100110 101010

Color Harmonies of #429460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429460

Black with #429460

Text Example


Text Example

White with #429460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429460; }

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

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

background-color css

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

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

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

border-color css

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

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

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