Html Css Color HEX #4AAD90 Gossamer

📋 copy color: '#4AAD90'

red 74 ◦ green 173 ◦ blue 144

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

Shades of Gossamer #4AAD90

Tints of Gossamer #4AAD90

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.25%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 18.93%
G = 44.25%
B = 36.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#4AAD90 (or 0x4AAD90) is known color: Gossamer. HEX triplet: 4A, AD and 90. RGB value is (74,173,144). Sum of RGB (Red+Green+Blue) = 74+173+144=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAD90 is #B5526F. Grayscale: #8C8C8C. Windows color (decimal): -11883120 or 9481546. OLE color: 9481546.

HSL color Cylindrical-coordinate representation of color #4AAD90: hue angle of 162.42º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAD90 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 173 144 -
CMYK 0.57 0 0.17 0.32
HSL 162.42º 0.4% 0.48% -
HSV(B) 162.42º 0.57% 0.68% -
XYZ 22.8 33.36 31.62 -
YUV 140.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 74 173 144 0.57 0 0.17 0.32 162.42 0.4 0.48
Hex 4A AD 90 39 0 11 20 A2 28 30
Octal 112 255 220 71 0 21 40 242 50 60
Binary 1001010 10101101 10010000 111001 0 10001 100000 10100010 101000 110000

Color Harmonies of #4AAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAD90

Black with #4AAD90

Text Example


Text Example

White with #4AAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,173,144); }

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

background-color css

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

 a { background-color: rgb(74,173,144); }

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

border-color css

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

 span { border-color: rgb(74,173,144); }

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