Html Css Color HEX #429881 Gossamer

📋 copy color: '#429881'

red 66 ◦ green 152 ◦ blue 129

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

Shades of Gossamer #429881

Tints of Gossamer #429881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.18%

R = 19.02%
G = 43.8%
B = 37.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#429881 (or 0x429881) is known color: Gossamer. HEX triplet: 42, 98 and 81. RGB value is (66,152,129). Sum of RGB (Red+Green+Blue) = 66+152+129=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #429881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429881 is #BD677E. Grayscale: #7B7B7B. Windows color (decimal): -12412799 or 8493122. OLE color: 8493122.

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

Color convert

RGB 66 152 129 -
CMYK 0.57 0 0.15 0.40
HSL 163.95º 0.39% 0.43% -
HSV(B) 163.95º 0.57% 0.6% -
XYZ 17.44 25.2 24.71 -
YUV 123.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 66 152 129 0.57 0 0.15 0.40 163.95 0.39 0.43
Hex 42 98 81 39 0 F 28 A4 27 2B
Octal 102 230 201 71 0 17 50 244 47 53
Binary 1000010 10011000 10000001 111001 0 1111 101000 10100100 100111 101011

Color Harmonies of #429881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429881

Black with #429881

Text Example


Text Example

White with #429881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429881; }

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

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

background-color css

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

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

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

border-color css

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

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

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