Html Css Color HEX #42A781 Gossamer

📋 copy color: '#42A781'

red 66 ◦ green 167 ◦ blue 129

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

Shades of Gossamer #42A781

Tints of Gossamer #42A781

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.13%

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

R = 18.23%
G = 46.13%
B = 35.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#42A781 (or 0x42A781) is known color: Gossamer. HEX triplet: 42, A7 and 81. RGB value is (66,167,129). Sum of RGB (Red+Green+Blue) = 66+167+129=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #42A781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A781 is #BD587E. Grayscale: #848484. Windows color (decimal): -12408959 or 8496962. OLE color: 8496962.

HSL color Cylindrical-coordinate representation of color #42A781: hue angle of 157.43º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A781 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 167 129 -
CMYK 0.60 0 0.23 0.35
HSL 157.43º 0.43% 0.46% -
HSV(B) 157.43º 0.6% 0.65% -
XYZ 20.03 30.38 25.58 -
YUV 132.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 66 167 129 0.60 0 0.23 0.35 157.43 0.43 0.46
Hex 42 A7 81 3C 0 17 23 9D 2B 2E
Octal 102 247 201 74 0 27 43 235 53 56
Binary 1000010 10100111 10000001 111100 0 10111 100011 10011101 101011 101110

Color Harmonies of #42A781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A781

Black with #42A781

Text Example


Text Example

White with #42A781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A781; }

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

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

background-color css

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

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

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

border-color css

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

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

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