Html Css Color HEX #4AA485 Gossamer

📋 copy color: '#4AA485'

red 74 ◦ green 164 ◦ blue 133

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

Shades of Gossamer #4AA485

Tints of Gossamer #4AA485

RGB

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

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

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

R = 19.95%
G = 44.2%
B = 35.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#4AA485 (or 0x4AA485) is known color: Gossamer. HEX triplet: 4A, A4 and 85. RGB value is (74,164,133). Sum of RGB (Red+Green+Blue) = 74+164+133=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA485 is #B55B7A. Grayscale: #858585. Windows color (decimal): -11885435 or 8758346. OLE color: 8758346.

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

Color convert

RGB 74 164 133 -
CMYK 0.55 0 0.19 0.36
HSL 159.33º 0.38% 0.47% -
HSV(B) 159.33º 0.55% 0.64% -
XYZ 20.33 29.7 26.85 -
YUV 133.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 74 164 133 0.55 0 0.19 0.36 159.33 0.38 0.47
Hex 4A A4 85 37 0 13 24 9F 26 2F
Octal 112 244 205 67 0 23 44 237 46 57
Binary 1001010 10100100 10000101 110111 0 10011 100100 10011111 100110 101111

Color Harmonies of #4AA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA485

Black with #4AA485

Text Example


Text Example

White with #4AA485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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