Html Css Color HEX #4CA188 Gossamer

📋 copy color: '#4CA188'

red 76 ◦ green 161 ◦ blue 136

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

Shades of Gossamer #4CA188

Tints of Gossamer #4CA188

RGB

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

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

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

R = 20.38%
G = 43.16%
B = 36.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#4CA188 (or 0x4CA188) is known color: Gossamer. HEX triplet: 4C, A1 and 88. RGB value is (76,161,136). Sum of RGB (Red+Green+Blue) = 76+161+136=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA188 is #B35E77. Grayscale: #848484. Windows color (decimal): -11755128 or 8954188. OLE color: 8954188.

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

Color convert

RGB 76 161 136 -
CMYK 0.53 0 0.16 0.37
HSL 162.35º 0.36% 0.46% -
HSV(B) 162.35º 0.53% 0.63% -
XYZ 20.17 28.8 27.79 -
YUV 132.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 76 161 136 0.53 0 0.16 0.37 162.35 0.36 0.46
Hex 4C A1 88 35 0 10 25 A2 24 2E
Octal 114 241 210 65 0 20 45 242 44 56
Binary 1001100 10100001 10001000 110101 0 10000 100101 10100010 100100 101110

Color Harmonies of #4CA188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA188

Black with #4CA188

Text Example


Text Example

White with #4CA188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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