Html Css Color HEX #4AA489 Gossamer

📋 copy color: '#4AA489'

red 74 ◦ green 164 ◦ blue 137

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

Shades of Gossamer #4AA489

Tints of Gossamer #4AA489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 19.73%
G = 43.73%
B = 36.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#4AA489 (or 0x4AA489) is known color: Gossamer. HEX triplet: 4A, A4 and 89. RGB value is (74,164,137). Sum of RGB (Red+Green+Blue) = 74+164+137=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA489 is #B55B76. Grayscale: #868686. Windows color (decimal): -11885431 or 9020490. OLE color: 9020490.

HSL color Cylindrical-coordinate representation of color #4AA489: hue angle of 162º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA489 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 164 137 -
CMYK 0.55 0 0.16 0.36
HSL 162º 0.38% 0.47% -
HSV(B) 162º 0.55% 0.64% -
XYZ 20.61 29.81 28.33 -
YUV 134.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 74 164 137 0.55 0 0.16 0.36 162 0.38 0.47
Hex 4A A4 89 37 0 10 24 A2 26 2F
Octal 112 244 211 67 0 20 44 242 46 57
Binary 1001010 10100100 10001001 110111 0 10000 100100 10100010 100110 101111

Color Harmonies of #4AA489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA489

Black with #4AA489

Text Example


Text Example

White with #4AA489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,164,137); }

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

background-color css

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

 a { background-color: rgb(74,164,137); }

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

border-color css

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

 span { border-color: rgb(74,164,137); }

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