Html Css Color HEX #479F7F Gossamer

📋 copy color: '#479F7F'

red 71 ◦ green 159 ◦ blue 127

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

Shades of Gossamer #479F7F

Tints of Gossamer #479F7F

RGB

 RED value IS 71 (28.13% from 255) = 19.89%

 GREEN value IS 159 (62.5% from 255) = 44.54%

 BLUE value IS 127 (50% from 255) = 35.57%

R = 19.89%
G = 44.54%
B = 35.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#479F7F (or 0x479F7F) is known color: Gossamer. HEX triplet: 47, 9F and 7F. RGB value is (71,159,127). Sum of RGB (Red+Green+Blue) = 71+159+127=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #479F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F7F is #B86080. Grayscale: #818181. Windows color (decimal): -12083329 or 8363847. OLE color: 8363847.

HSL color Cylindrical-coordinate representation of color #479F7F: hue angle of 158.18º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479F7F is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 159 127 -
CMYK 0.55 0 0.20 0.38
HSL 158.18º 0.38% 0.45% -
HSV(B) 158.18º 0.55% 0.62% -
XYZ 18.83 27.67 24.43 -
YUV 129.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 71 159 127 0.55 0 0.20 0.38 158.18 0.38 0.45
Hex 47 9F 7F 37 0 14 26 9E 26 2D
Octal 107 237 177 67 0 24 46 236 46 55
Binary 1000111 10011111 1111111 110111 0 10100 100110 10011110 100110 101101

Color Harmonies of #479F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479F7F

Black with #479F7F

Text Example


Text Example

White with #479F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479F7F; }

 p { color: rgb(71,159,127); }

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

background-color css

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

 a { background-color: rgb(71,159,127); }

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

border-color css

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

 span { border-color: rgb(71,159,127); }

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