Html Css Color HEX #429778 Gossamer

📋 copy color: '#429778'

red 66 ◦ green 151 ◦ blue 120

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

Shades of Gossamer #429778

Tints of Gossamer #429778

RGB

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

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

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

R = 19.58%
G = 44.81%
B = 35.61%

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

#429778 (or 0x429778) is known color: Gossamer. HEX triplet: 42, 97 and 78. RGB value is (66,151,120). Sum of RGB (Red+Green+Blue) = 66+151+120=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #429778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429778 is #BD6887. Grayscale: #7A7A7A. Windows color (decimal): -12413064 or 7903042. OLE color: 7903042.

HSL color Cylindrical-coordinate representation of color #429778: hue angle of 158.12º 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 #429778 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 120 -
CMYK 0.56 0 0.21 0.41
HSL 158.12º 0.39% 0.43% -
HSV(B) 158.12º 0.56% 0.59% -
XYZ 16.7 24.65 21.65 -
YUV 122.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 66 151 120 0.56 0 0.21 0.41 158.12 0.39 0.43
Hex 42 97 78 38 0 15 29 9E 27 2B
Octal 102 227 170 70 0 25 51 236 47 53
Binary 1000010 10010111 1111000 111000 0 10101 101001 10011110 100111 101011

Color Harmonies of #429778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429778

Black with #429778

Text Example


Text Example

White with #429778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429778; }

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

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

background-color css

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

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

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

border-color css

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

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

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