Html Css Color HEX #429C79 Gossamer

📋 copy color: '#429C79'

red 66 ◦ green 156 ◦ blue 121

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

Shades of Gossamer #429C79

Tints of Gossamer #429C79

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 19.24%
G = 45.48%
B = 35.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#429C79 (or 0x429C79) is known color: Gossamer. HEX triplet: 42, 9C and 79. RGB value is (66,156,121). Sum of RGB (Red+Green+Blue) = 66+156+121=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #429C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C79 is #BD6386. Grayscale: #7D7D7D. Windows color (decimal): -12411783 or 7969858. OLE color: 7969858.

HSL color Cylindrical-coordinate representation of color #429C79: hue angle of 156.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C79 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 156 121 -
CMYK 0.58 0 0.22 0.39
HSL 156.67º 0.41% 0.44% -
HSV(B) 156.67º 0.58% 0.61% -
XYZ 17.59 26.32 22.24 -
YUV 125.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 66 156 121 0.58 0 0.22 0.39 156.67 0.41 0.44
Hex 42 9C 79 3A 0 16 27 9D 29 2C
Octal 102 234 171 72 0 26 47 235 51 54
Binary 1000010 10011100 1111001 111010 0 10110 100111 10011101 101001 101100

Color Harmonies of #429C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C79

Black with #429C79

Text Example


Text Example

White with #429C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,156,121); }

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

background-color css

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

 a { background-color: rgb(66,156,121); }

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

border-color css

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

 span { border-color: rgb(66,156,121); }

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