Html Css Color HEX #42A487 Gossamer

📋 copy color: '#42A487'

red 66 ◦ green 164 ◦ blue 135

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

Shades of Gossamer #42A487

Tints of Gossamer #42A487

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.93%

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 18.08%
G = 44.93%
B = 36.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#42A487 (or 0x42A487) is known color: Gossamer. HEX triplet: 42, A4 and 87. RGB value is (66,164,135). Sum of RGB (Red+Green+Blue) = 66+164+135=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #42A487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A487 is #BD5B78. Grayscale: #838383. Windows color (decimal): -12409721 or 8889410. OLE color: 8889410.

HSL color Cylindrical-coordinate representation of color #42A487: hue angle of 162.24º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A487 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 164 135 -
CMYK 0.60 0 0.18 0.36
HSL 162.24º 0.43% 0.45% -
HSV(B) 162.24º 0.6% 0.64% -
XYZ 19.9 29.46 27.56 -
YUV 131.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 66 164 135 0.60 0 0.18 0.36 162.24 0.43 0.45
Hex 42 A4 87 3C 0 12 24 A2 2B 2D
Octal 102 244 207 74 0 22 44 242 53 55
Binary 1000010 10100100 10000111 111100 0 10010 100100 10100010 101011 101101

Color Harmonies of #42A487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A487

Black with #42A487

Text Example


Text Example

White with #42A487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,164,135); }

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

background-color css

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

 a { background-color: rgb(66,164,135); }

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

border-color css

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

 span { border-color: rgb(66,164,135); }

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