Html Css Color HEX #429B78 Gossamer

📋 copy color: '#429B78'

red 66 ◦ green 155 ◦ blue 120

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

Shades of Gossamer #429B78

Tints of Gossamer #429B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 19.35%
G = 45.45%
B = 35.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#429B78 (or 0x429B78) is known color: Gossamer. HEX triplet: 42, 9B and 78. RGB value is (66,155,120). Sum of RGB (Red+Green+Blue) = 66+155+120=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #429B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B78 is #BD6487. Grayscale: #7C7C7C. Windows color (decimal): -12412040 or 7904066. OLE color: 7904066.

HSL color Cylindrical-coordinate representation of color #429B78: hue angle of 156.4º 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 #429B78 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 155 120 -
CMYK 0.57 0 0.23 0.39
HSL 156.4º 0.4% 0.43% -
HSV(B) 156.4º 0.57% 0.61% -
XYZ 17.36 25.96 21.86 -
YUV 124.4 125.51 86.35 -
System Red Green Blue C M Y K H S L
Decimal 66 155 120 0.57 0 0.23 0.39 156.4 0.4 0.43
Hex 42 9B 78 39 0 17 27 9C 28 2B
Octal 102 233 170 71 0 27 47 234 50 53
Binary 1000010 10011011 1111000 111001 0 10111 100111 10011100 101000 101011

Color Harmonies of #429B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B78

Black with #429B78

Text Example


Text Example

White with #429B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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