Html Css Color HEX #4BA291 Gossamer

📋 copy color: '#4BA291'

red 75 ◦ green 162 ◦ blue 145

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

Shades of Gossamer #4BA291

Tints of Gossamer #4BA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

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

R = 19.63%
G = 42.41%
B = 37.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#4BA291 (or 0x4BA291) is known color: Gossamer. HEX triplet: 4B, A2 and 91. RGB value is (75,162,145). Sum of RGB (Red+Green+Blue) = 75+162+145=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA291 is #B45D6E. Grayscale: #868686. Windows color (decimal): -11820399 or 9544267. OLE color: 9544267.

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

Color convert

RGB 75 162 145 -
CMYK 0.54 0 0.10 0.36
HSL 168.28º 0.37% 0.46% -
HSV(B) 168.28º 0.54% 0.64% -
XYZ 20.93 29.38 31.36 -
YUV 134.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 75 162 145 0.54 0 0.10 0.36 168.28 0.37 0.46
Hex 4B A2 91 36 0 A 24 A8 25 2E
Octal 113 242 221 66 0 12 44 250 45 56
Binary 1001011 10100010 10010001 110110 0 1010 100100 10101000 100101 101110

Color Harmonies of #4BA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA291

Black with #4BA291

Text Example


Text Example

White with #4BA291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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