Html Css Color HEX #429977 Gossamer

📋 copy color: '#429977'

red 66 ◦ green 153 ◦ blue 119

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

Shades of Gossamer #429977

Tints of Gossamer #429977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

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

R = 19.53%
G = 45.27%
B = 35.21%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#429977 (or 0x429977) is known color: Gossamer. HEX triplet: 42, 99 and 77. RGB value is (66,153,119). Sum of RGB (Red+Green+Blue) = 66+153+119=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #429977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429977 is #BD6688. Grayscale: #7B7B7B. Windows color (decimal): -12412553 or 7838018. OLE color: 7838018.

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

Color convert

RGB 66 153 119 -
CMYK 0.57 0 0.22 0.4
HSL 156.55º 0.4% 0.43% -
HSV(B) 156.55º 0.57% 0.6% -
XYZ 16.97 25.27 21.44 -
YUV 123.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 66 153 119 0.57 0 0.22 0.4 156.55 0.4 0.43
Hex 42 99 77 39 0 16 28 9D 28 2B
Octal 102 231 167 71 0 26 50 235 50 53
Binary 1000010 10011001 1110111 111001 0 10110 101000 10011101 101000 101011

Color Harmonies of #429977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429977

Black with #429977

Text Example


Text Example

White with #429977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429977; }

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

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

background-color css

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

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

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

border-color css

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

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

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