Html Css Color HEX #429978 Gossamer

📋 copy color: '#429978'

red 66 ◦ green 153 ◦ blue 120

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

Shades of Gossamer #429978

Tints of Gossamer #429978

RGB

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

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

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

R = 19.47%
G = 45.13%
B = 35.4%

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

#429978 (or 0x429978) is known color: Gossamer. HEX triplet: 42, 99 and 78. RGB value is (66,153,120). Sum of RGB (Red+Green+Blue) = 66+153+120=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #429978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429978 is #BD6687. Grayscale: #7B7B7B. Windows color (decimal): -12412552 or 7903554. OLE color: 7903554.

HSL color Cylindrical-coordinate representation of color #429978: hue angle of 157.24º 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 #429978 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 120 -
CMYK 0.57 0 0.22 0.4
HSL 157.24º 0.4% 0.43% -
HSV(B) 157.24º 0.57% 0.6% -
XYZ 17.03 25.3 21.75 -
YUV 123.23 126.18 87.18 -
System Red Green Blue C M Y K H S L
Decimal 66 153 120 0.57 0 0.22 0.4 157.24 0.4 0.43
Hex 42 99 78 39 0 16 28 9D 28 2B
Octal 102 231 170 71 0 26 50 235 50 53
Binary 1000010 10011001 1111000 111001 0 10110 101000 10011101 101000 101011

Color Harmonies of #429978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429978

Black with #429978

Text Example


Text Example

White with #429978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429978; }

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

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

background-color css

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

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

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

border-color css

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

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

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