Html Css Color HEX #4AA294 Gossamer

📋 copy color: '#4AA294'

red 74 ◦ green 162 ◦ blue 148

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

Shades of Gossamer #4AA294

Tints of Gossamer #4AA294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 19.27%
G = 42.19%
B = 38.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#4AA294 (or 0x4AA294) is known color: Gossamer. HEX triplet: 4A, A2 and 94. RGB value is (74,162,148). Sum of RGB (Red+Green+Blue) = 74+162+148=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA294 is #B55D6B. Grayscale: #868686. Windows color (decimal): -11885932 or 9740874. OLE color: 9740874.

HSL color Cylindrical-coordinate representation of color #4AA294: hue angle of 170.45º 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 #4AA294 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 162 148 -
CMYK 0.54 0 0.09 0.36
HSL 170.45º 0.37% 0.46% -
HSV(B) 170.45º 0.54% 0.64% -
XYZ 21.09 29.43 32.59 -
YUV 134.09 135.85 85.14 -
System Red Green Blue C M Y K H S L
Decimal 74 162 148 0.54 0 0.09 0.36 170.45 0.37 0.46
Hex 4A A2 94 36 0 9 24 AA 25 2E
Octal 112 242 224 66 0 11 44 252 45 56
Binary 1001010 10100010 10010100 110110 0 1001 100100 10101010 100101 101110

Color Harmonies of #4AA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA294

Black with #4AA294

Text Example


Text Example

White with #4AA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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