Html Css Color HEX #4AA28C Gossamer

📋 copy color: '#4AA28C'

red 74 ◦ green 162 ◦ blue 140

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

Shades of Gossamer #4AA28C

Tints of Gossamer #4AA28C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 19.68%
G = 43.09%
B = 37.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#4AA28C (or 0x4AA28C) is known color: Gossamer. HEX triplet: 4A, A2 and 8C. RGB value is (74,162,140). Sum of RGB (Red+Green+Blue) = 74+162+140=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA28C is #B55D73. Grayscale: #858585. Windows color (decimal): -11885940 or 9216586. OLE color: 9216586.

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

Color convert

RGB 74 162 140 -
CMYK 0.54 0 0.14 0.36
HSL 165º 0.37% 0.46% -
HSV(B) 165º 0.54% 0.64% -
XYZ 20.48 29.19 29.37 -
YUV 133.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 74 162 140 0.54 0 0.14 0.36 165 0.37 0.46
Hex 4A A2 8C 36 0 E 24 A5 25 2E
Octal 112 242 214 66 0 16 44 245 45 56
Binary 1001010 10100010 10001100 110110 0 1110 100100 10100101 100101 101110

Color Harmonies of #4AA28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA28C

Black with #4AA28C

Text Example


Text Example

White with #4AA28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,162,140); }

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

background-color css

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

 a { background-color: rgb(74,162,140); }

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

border-color css

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

 span { border-color: rgb(74,162,140); }

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