Html Css Color HEX #4CA18D Gossamer

📋 copy color: '#4CA18D'

red 76 ◦ green 161 ◦ blue 141

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

Shades of Gossamer #4CA18D

Tints of Gossamer #4CA18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 20.11%
G = 42.59%
B = 37.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#4CA18D (or 0x4CA18D) is known color: Gossamer. HEX triplet: 4C, A1 and 8D. RGB value is (76,161,141). Sum of RGB (Red+Green+Blue) = 76+161+141=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA18D is #B35E72. Grayscale: #858585. Windows color (decimal): -11755123 or 9281868. OLE color: 9281868.

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

Color convert

RGB 76 161 141 -
CMYK 0.53 0 0.12 0.37
HSL 165.88º 0.36% 0.46% -
HSV(B) 165.88º 0.53% 0.63% -
XYZ 20.53 28.95 29.7 -
YUV 133.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 76 161 141 0.53 0 0.12 0.37 165.88 0.36 0.46
Hex 4C A1 8D 35 0 C 25 A6 24 2E
Octal 114 241 215 65 0 14 45 246 44 56
Binary 1001100 10100001 10001101 110101 0 1100 100101 10100110 100100 101110

Color Harmonies of #4CA18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA18D

Black with #4CA18D

Text Example


Text Example

White with #4CA18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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