Html Css Color HEX #4AA185 Gossamer

📋 copy color: '#4AA185'

red 74 ◦ green 161 ◦ blue 133

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

Shades of Gossamer #4AA185

Tints of Gossamer #4AA185

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.75%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 20.11%
G = 43.75%
B = 36.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#4AA185 (or 0x4AA185) is known color: Gossamer. HEX triplet: 4A, A1 and 85. RGB value is (74,161,133). Sum of RGB (Red+Green+Blue) = 74+161+133=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA185 is #B55E7A. Grayscale: #838383. Windows color (decimal): -11886203 or 8757578. OLE color: 8757578.

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

Color convert

RGB 74 161 133 -
CMYK 0.54 0 0.17 0.37
HSL 160.69º 0.37% 0.46% -
HSV(B) 160.69º 0.54% 0.63% -
XYZ 19.8 28.64 26.67 -
YUV 131.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 74 161 133 0.54 0 0.17 0.37 160.69 0.37 0.46
Hex 4A A1 85 36 0 11 25 A1 25 2E
Octal 112 241 205 66 0 21 45 241 45 56
Binary 1001010 10100001 10000101 110110 0 10001 100101 10100001 100101 101110

Color Harmonies of #4AA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA185

Black with #4AA185

Text Example


Text Example

White with #4AA185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,161,133); }

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

background-color css

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

 a { background-color: rgb(74,161,133); }

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

border-color css

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

 span { border-color: rgb(74,161,133); }

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