#4CA184

Color #4CA184 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #4CA184

Tints of Gossamer #4CA184

Color information

#4CA184 (or 0x4CA184) is unknown color: approx Gossamer. HEX triplet: 4C, A1 and 84. RGB value is (76,161,132). Sum of RGB (Red+Green+Blue) = 76+161+132=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA184 is #B35E7B. Grayscale: #848484. Windows color (decimal): -11755132 or 8692044. OLE color: 8692044.

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

Color convert

RGB76161132-
CMYK0.5300.180.37
HSL159.53º35.86%46.47%-
HSV(B)159.53º52.8%63.14%-
XYZ19.8928.6926.32-
YUV132.28127.8487.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=20.60%
G=43.63%
B=35.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761611320.5300.180.37159.5335.8646.47
Hex4CA1843501225a0242e
Octal11424120465022452404456
Binary1001100101000011000010011010101001010010110100000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,161,132); }

 H1.HeaderClassName
 {
   color: #4CA184;
 }
 .AnyTagClassName
 {
   color: #4CA184;
 }
</style>
background-color css

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

 a { background-color: rgb(76,161,132); }

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

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

 span { border-color: rgb(76,161,132); }

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