Html Css Color HEX #4BA290 Gossamer

📋 copy color: '#4BA290'

red 75 ◦ green 162 ◦ blue 144

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

Shades of Gossamer #4BA290

Tints of Gossamer #4BA290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 19.69%
G = 42.52%
B = 37.8%

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

#4BA290 (or 0x4BA290) is known color: Gossamer. HEX triplet: 4B, A2 and 90. RGB value is (75,162,144). Sum of RGB (Red+Green+Blue) = 75+162+144=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA290 is #B45D6F. Grayscale: #858585. Windows color (decimal): -11820400 or 9478731. OLE color: 9478731.

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

Color convert

RGB 75 162 144 -
CMYK 0.54 0 0.11 0.36
HSL 167.59º 0.37% 0.46% -
HSV(B) 167.59º 0.54% 0.64% -
XYZ 20.86 29.35 30.95 -
YUV 133.94 133.68 85.96 -
System Red Green Blue C M Y K H S L
Decimal 75 162 144 0.54 0 0.11 0.36 167.59 0.37 0.46
Hex 4B A2 90 36 0 B 24 A8 25 2E
Octal 113 242 220 66 0 13 44 250 45 56
Binary 1001011 10100010 10010000 110110 0 1011 100100 10101000 100101 101110

Color Harmonies of #4BA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA290

Black with #4BA290

Text Example


Text Example

White with #4BA290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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