Html Css Color HEX #429B55 Chateau Green

📋 copy color: '#429B55'

red 66 ◦ green 155 ◦ blue 85

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

Shades of Chateau Green #429B55

Tints of Chateau Green #429B55

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.65%

 BLUE value IS 85 (33.59% from 255) = 27.78%

R = 21.57%
G = 50.65%
B = 27.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#429B55 (or 0x429B55) is known color: Chateau Green. HEX triplet: 42, 9B and 55. RGB value is (66,155,85). Sum of RGB (Red+Green+Blue) = 66+155+85=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #429B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B55 is #BD64AA. Grayscale: #787878. Windows color (decimal): -12412075 or 5610306. OLE color: 5610306.

HSL color Cylindrical-coordinate representation of color #429B55: hue angle of 132.81º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B55 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 155 85 -
CMYK 0.57 0 0.45 0.39
HSL 132.81º 0.4% 0.43% -
HSV(B) 132.81º 0.57% 0.61% -
XYZ 15.61 25.26 12.65 -
YUV 120.41 108.01 89.19 -
System Red Green Blue C M Y K H S L
Decimal 66 155 85 0.57 0 0.45 0.39 132.81 0.4 0.43
Hex 42 9B 55 39 0 2D 27 85 28 2B
Octal 102 233 125 71 0 55 47 205 50 53
Binary 1000010 10011011 1010101 111001 0 101101 100111 10000101 101000 101011

Color Harmonies of #429B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B55

Black with #429B55

Text Example


Text Example

White with #429B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429B55; }

 p { color: rgb(66,155,85); }

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

background-color css

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

 a { background-color: rgb(66,155,85); }

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

border-color css

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

 span { border-color: rgb(66,155,85); }

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