Html Css Color HEX #4AA07F Gossamer

📋 copy color: '#4AA07F'

red 74 ◦ green 160 ◦ blue 127

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

Shades of Gossamer #4AA07F

Tints of Gossamer #4AA07F

RGB

 RED value IS 74 (29.3% from 255) = 20.5%

 GREEN value IS 160 (62.89% from 255) = 44.32%

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

R = 20.5%
G = 44.32%
B = 35.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#4AA07F (or 0x4AA07F) is known color: Gossamer. HEX triplet: 4A, A0 and 7F. RGB value is (74,160,127). Sum of RGB (Red+Green+Blue) = 74+160+127=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA07F is #B55F80. Grayscale: #828282. Windows color (decimal): -11886465 or 8364106. OLE color: 8364106.

HSL color Cylindrical-coordinate representation of color #4AA07F: hue angle of 156.98º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA07F is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 160 127 -
CMYK 0.54 0 0.21 0.37
HSL 156.98º 0.37% 0.46% -
HSV(B) 156.98º 0.54% 0.63% -
XYZ 19.23 28.13 24.49 -
YUV 130.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 74 160 127 0.54 0 0.21 0.37 156.98 0.37 0.46
Hex 4A A0 7F 36 0 15 25 9D 25 2E
Octal 112 240 177 66 0 25 45 235 45 56
Binary 1001010 10100000 1111111 110110 0 10101 100101 10011101 100101 101110

Color Harmonies of #4AA07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA07F

Black with #4AA07F

Text Example


Text Example

White with #4AA07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AA07F; }

 p { color: rgb(74,160,127); }

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

background-color css

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

 a { background-color: rgb(74,160,127); }

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

border-color css

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

 span { border-color: rgb(74,160,127); }

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