Html Css Color HEX #4CA488 Gossamer

📋 copy color: '#4CA488'

red 76 ◦ green 164 ◦ blue 136

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

Shades of Gossamer #4CA488

Tints of Gossamer #4CA488

RGB

 RED value IS 76 (30.08% from 255) = 20.21%

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 20.21%
G = 43.62%
B = 36.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#4CA488 (or 0x4CA488) is known color: Gossamer. HEX triplet: 4C, A4 and 88. RGB value is (76,164,136). Sum of RGB (Red+Green+Blue) = 76+164+136=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA488 is #B35B77. Grayscale: #868686. Windows color (decimal): -11754360 or 8954956. OLE color: 8954956.

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

Color convert

RGB 76 164 136 -
CMYK 0.54 0 0.17 0.36
HSL 160.91º 0.37% 0.47% -
HSV(B) 160.91º 0.54% 0.64% -
XYZ 20.7 29.86 27.97 -
YUV 134.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 76 164 136 0.54 0 0.17 0.36 160.91 0.37 0.47
Hex 4C A4 88 36 0 11 24 A1 25 2F
Octal 114 244 210 66 0 21 44 241 45 57
Binary 1001100 10100100 10001000 110110 0 10001 100100 10100001 100101 101111

Color Harmonies of #4CA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA488

Black with #4CA488

Text Example


Text Example

White with #4CA488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,164,136); }

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

background-color css

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

 a { background-color: rgb(76,164,136); }

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

border-color css

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

 span { border-color: rgb(76,164,136); }

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