Html Css Color HEX #4BA28F Gossamer

📋 copy color: '#4BA28F'

red 75 ◦ green 162 ◦ blue 143

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

Shades of Gossamer #4BA28F

Tints of Gossamer #4BA28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 19.74%
G = 42.63%
B = 37.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#4BA28F (or 0x4BA28F) is known color: Gossamer. HEX triplet: 4B, A2 and 8F. RGB value is (75,162,143). Sum of RGB (Red+Green+Blue) = 75+162+143=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA28F is #B45D70. Grayscale: #858585. Windows color (decimal): -11820401 or 9413195. OLE color: 9413195.

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

Color convert

RGB 75 162 143 -
CMYK 0.54 0 0.12 0.36
HSL 166.9º 0.37% 0.46% -
HSV(B) 166.9º 0.54% 0.64% -
XYZ 20.78 29.32 30.55 -
YUV 133.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 75 162 143 0.54 0 0.12 0.36 166.9 0.37 0.46
Hex 4B A2 8F 36 0 C 24 A7 25 2E
Octal 113 242 217 66 0 14 44 247 45 56
Binary 1001011 10100010 10001111 110110 0 1100 100100 10100111 100101 101110

Color Harmonies of #4BA28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA28F

Black with #4BA28F

Text Example


Text Example

White with #4BA28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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