Html Css Color HEX #4BA391 Gossamer

📋 copy color: '#4BA391'

red 75 ◦ green 163 ◦ blue 145

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

Shades of Gossamer #4BA391

Tints of Gossamer #4BA391

RGB

 RED value IS 75 (29.69% from 255) = 19.58%

 GREEN value IS 163 (64.06% from 255) = 42.56%

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 19.58%
G = 42.56%
B = 37.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#4BA391 (or 0x4BA391) is known color: Gossamer. HEX triplet: 4B, A3 and 91. RGB value is (75,163,145). Sum of RGB (Red+Green+Blue) = 75+163+145=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA391 is #B45C6E. Grayscale: #868686. Windows color (decimal): -11820143 or 9544523. OLE color: 9544523.

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

Color convert

RGB 75 163 145 -
CMYK 0.54 0 0.11 0.36
HSL 167.73º 0.37% 0.47% -
HSV(B) 167.73º 0.54% 0.64% -
XYZ 21.11 29.73 31.41 -
YUV 134.64 133.85 85.46 -
System Red Green Blue C M Y K H S L
Decimal 75 163 145 0.54 0 0.11 0.36 167.73 0.37 0.47
Hex 4B A3 91 36 0 B 24 A8 25 2F
Octal 113 243 221 66 0 13 44 250 45 57
Binary 1001011 10100011 10010001 110110 0 1011 100100 10101000 100101 101111

Color Harmonies of #4BA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA391

Black with #4BA391

Text Example


Text Example

White with #4BA391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,163,145); }

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

background-color css

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

 a { background-color: rgb(75,163,145); }

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

border-color css

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

 span { border-color: rgb(75,163,145); }

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