Html Css Color HEX #4BA591 Gossamer

📋 copy color: '#4BA591'

red 75 ◦ green 165 ◦ blue 145

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

Shades of Gossamer #4BA591

Tints of Gossamer #4BA591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.86%

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

R = 19.48%
G = 42.86%
B = 37.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#4BA591 (or 0x4BA591) is known color: Gossamer. HEX triplet: 4B, A5 and 91. RGB value is (75,165,145). Sum of RGB (Red+Green+Blue) = 75+165+145=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA591 is #B45A6E. Grayscale: #878787. Windows color (decimal): -11819631 or 9545035. OLE color: 9545035.

HSL color Cylindrical-coordinate representation of color #4BA591: hue angle of 166.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA591 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 165 145 -
CMYK 0.55 0 0.12 0.35
HSL 166.67º 0.38% 0.47% -
HSV(B) 166.67º 0.55% 0.65% -
XYZ 21.47 30.45 31.53 -
YUV 135.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 75 165 145 0.55 0 0.12 0.35 166.67 0.38 0.47
Hex 4B A5 91 37 0 C 23 A7 26 2F
Octal 113 245 221 67 0 14 43 247 46 57
Binary 1001011 10100101 10010001 110111 0 1100 100011 10100111 100110 101111

Color Harmonies of #4BA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA591

Black with #4BA591

Text Example


Text Example

White with #4BA591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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