Html Css Color HEX #429875 Gossamer

📋 copy color: '#429875'

red 66 ◦ green 152 ◦ blue 117

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

Shades of Gossamer #429875

Tints of Gossamer #429875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 19.7%
G = 45.37%
B = 34.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#429875 (or 0x429875) is known color: Gossamer. HEX triplet: 42, 98 and 75. RGB value is (66,152,117). Sum of RGB (Red+Green+Blue) = 66+152+117=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #429875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429875 is #BD678A. Grayscale: #7A7A7A. Windows color (decimal): -12412811 or 7706690. OLE color: 7706690.

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

Color convert

RGB 66 152 117 -
CMYK 0.57 0 0.23 0.40
HSL 155.58º 0.39% 0.43% -
HSV(B) 155.58º 0.57% 0.6% -
XYZ 16.69 24.9 20.76 -
YUV 122.3 125.01 87.85 -
System Red Green Blue C M Y K H S L
Decimal 66 152 117 0.57 0 0.23 0.40 155.58 0.39 0.43
Hex 42 98 75 39 0 17 28 9C 27 2B
Octal 102 230 165 71 0 27 50 234 47 53
Binary 1000010 10011000 1110101 111001 0 10111 101000 10011100 100111 101011

Color Harmonies of #429875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429875

Black with #429875

Text Example


Text Example

White with #429875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429875; }

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

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

background-color css

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

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

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

border-color css

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

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

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