Html Css Color HEX #49B795 Puerto Rico

📋 copy color: '#49B795'

red 73 ◦ green 183 ◦ blue 149

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

Shades of Puerto Rico #49B795

Tints of Puerto Rico #49B795

RGB

 RED value IS 73 (28.91% from 255) = 18.02%

 GREEN value IS 183 (71.88% from 255) = 45.19%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 18.02%
G = 45.19%
B = 36.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#49B795 (or 0x49B795) is known color: Puerto Rico. HEX triplet: 49, B7 and 95. RGB value is (73,183,149). Sum of RGB (Red+Green+Blue) = 73+183+149=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #49B795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B795 is #B6486A. Grayscale: #929292. Windows color (decimal): -11946091 or 9811785. OLE color: 9811785.

HSL color Cylindrical-coordinate representation of color #49B795: hue angle of 161.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B795 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 183 149 -
CMYK 0.60 0 0.19 0.28
HSL 161.45º 0.43% 0.5% -
HSV(B) 161.45º 0.6% 0.72% -
XYZ 25.11 37.45 34.34 -
YUV 146.23 129.56 75.76 -
System Red Green Blue C M Y K H S L
Decimal 73 183 149 0.60 0 0.19 0.28 161.45 0.43 0.5
Hex 49 B7 95 3C 0 13 1C A1 2B 32
Octal 111 267 225 74 0 23 34 241 53 62
Binary 1001001 10110111 10010101 111100 0 10011 11100 10100001 101011 110010

Color Harmonies of #49B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B795

Black with #49B795

Text Example


Text Example

White with #49B795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49B795; }

 p { color: rgb(73,183,149); }

 H1.HeaderClassName
 {
   color: #49B795;
 }
 .AnyTagClassName
 {
   color: #49B795;
 }
</style>

background-color css

<style>
 a { background-color: #49B795; }

 a { background-color: rgb(73,183,149); }

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

border-color css

<style>
 span { border-color: #49B795; }

 span { border-color: rgb(73,183,149); }

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