Html Css Color HEX #429878 Gossamer

📋 copy color: '#429878'

red 66 ◦ green 152 ◦ blue 120

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

Shades of Gossamer #429878

Tints of Gossamer #429878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.97%

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

R = 19.53%
G = 44.97%
B = 35.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#429878 (or 0x429878) is known color: Gossamer. HEX triplet: 42, 98 and 78. RGB value is (66,152,120). Sum of RGB (Red+Green+Blue) = 66+152+120=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #429878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429878 is #BD6787. Grayscale: #7A7A7A. Windows color (decimal): -12412808 or 7903298. OLE color: 7903298.

HSL color Cylindrical-coordinate representation of color #429878: hue angle of 157.67º degrees, saturation: 0.39, 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 #429878 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 120 -
CMYK 0.57 0 0.21 0.40
HSL 157.67º 0.39% 0.43% -
HSV(B) 157.67º 0.57% 0.6% -
XYZ 16.87 24.97 21.7 -
YUV 122.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 66 152 120 0.57 0 0.21 0.40 157.67 0.39 0.43
Hex 42 98 78 39 0 15 28 9E 27 2B
Octal 102 230 170 71 0 25 50 236 47 53
Binary 1000010 10011000 1111000 111001 0 10101 101000 10011110 100111 101011

Color Harmonies of #429878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429878

Black with #429878

Text Example


Text Example

White with #429878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429878; }

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

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

background-color css

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

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

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

border-color css

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

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

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