Html Css Color HEX #429358 Chateau Green

📋 copy color: '#429358'

red 66 ◦ green 147 ◦ blue 88

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

Shades of Chateau Green #429358

Tints of Chateau Green #429358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.84%

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 21.93%
G = 48.84%
B = 29.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#429358 (or 0x429358) is known color: Chateau Green. HEX triplet: 42, 93 and 58. RGB value is (66,147,88). Sum of RGB (Red+Green+Blue) = 66+147+88=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #429358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429358 is #BD6CA7. Grayscale: #747474. Windows color (decimal): -12414120 or 5804866. OLE color: 5804866.

HSL color Cylindrical-coordinate representation of color #429358: hue angle of 136.3º 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 #429358 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 147 88 -
CMYK 0.55 0 0.40 0.42
HSL 136.3º 0.38% 0.42% -
HSV(B) 136.3º 0.55% 0.58% -
XYZ 14.44 22.73 12.86 -
YUV 116.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 66 147 88 0.55 0 0.40 0.42 136.3 0.38 0.42
Hex 42 93 58 37 0 28 2A 88 26 2A
Octal 102 223 130 67 0 50 52 210 46 52
Binary 1000010 10010011 1011000 110111 0 101000 101010 10001000 100110 101010

Color Harmonies of #429358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429358

Black with #429358

Text Example


Text Example

White with #429358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429358; }

 p { color: rgb(66,147,88); }

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

background-color css

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

 a { background-color: rgb(66,147,88); }

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

border-color css

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

 span { border-color: rgb(66,147,88); }

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