Html Css Color HEX #429450 Chateau Green

📋 copy color: '#429450'

red 66 ◦ green 148 ◦ blue 80

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

Shades of Chateau Green #429450

Tints of Chateau Green #429450

RGB

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

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

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

R = 22.45%
G = 50.34%
B = 27.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#429450 (or 0x429450) is known color: Chateau Green. HEX triplet: 42, 94 and 50. RGB value is (66,148,80). Sum of RGB (Red+Green+Blue) = 66+148+80=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #429450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429450 is #BD6BAF. Grayscale: #737373. Windows color (decimal): -12413872 or 5280834. OLE color: 5280834.

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

Color convert

RGB 66 148 80 -
CMYK 0.55 0 0.46 0.42
HSL 130.24º 0.38% 0.42% -
HSV(B) 130.24º 0.55% 0.58% -
XYZ 14.28 22.92 11.26 -
YUV 115.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 66 148 80 0.55 0 0.46 0.42 130.24 0.38 0.42
Hex 42 94 50 37 0 2E 2A 82 26 2A
Octal 102 224 120 67 0 56 52 202 46 52
Binary 1000010 10010100 1010000 110111 0 101110 101010 10000010 100110 101010

Color Harmonies of #429450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429450

Black with #429450

Text Example


Text Example

White with #429450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429450; }

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

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

background-color css

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

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

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

border-color css

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

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

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