Html Css Color HEX #429777 Gossamer

📋 copy color: '#429777'

red 66 ◦ green 151 ◦ blue 119

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

Shades of Gossamer #429777

Tints of Gossamer #429777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.94%

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 19.64%
G = 44.94%
B = 35.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#429777 (or 0x429777) is known color: Gossamer. HEX triplet: 42, 97 and 77. RGB value is (66,151,119). Sum of RGB (Red+Green+Blue) = 66+151+119=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #429777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429777 is #BD6888. Grayscale: #797979. Windows color (decimal): -12413065 or 7837506. OLE color: 7837506.

HSL color Cylindrical-coordinate representation of color #429777: hue angle of 157.41º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429777 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 119 -
CMYK 0.56 0 0.21 0.41
HSL 157.41º 0.39% 0.43% -
HSV(B) 157.41º 0.56% 0.59% -
XYZ 16.64 24.62 21.33 -
YUV 121.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 66 151 119 0.56 0 0.21 0.41 157.41 0.39 0.43
Hex 42 97 77 38 0 15 29 9D 27 2B
Octal 102 227 167 70 0 25 51 235 47 53
Binary 1000010 10010111 1110111 111000 0 10101 101001 10011101 100111 101011

Color Harmonies of #429777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429777

Black with #429777

Text Example


Text Example

White with #429777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429777; }

 p { color: rgb(66,151,119); }

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

background-color css

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

 a { background-color: rgb(66,151,119); }

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

border-color css

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

 span { border-color: rgb(66,151,119); }

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