Html Css Color HEX #49B499 Puerto Rico

📋 copy color: '#49B499'

red 73 ◦ green 180 ◦ blue 153

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

Shades of Puerto Rico #49B499

Tints of Puerto Rico #49B499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.33%

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 17.98%
G = 44.33%
B = 37.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#49B499 (or 0x49B499) is known color: Puerto Rico. HEX triplet: 49, B4 and 99. RGB value is (73,180,153). Sum of RGB (Red+Green+Blue) = 73+180+153=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #49B499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B499 is #B64B66. Grayscale: #909090. Windows color (decimal): -11946855 or 10073161. OLE color: 10073161.

HSL color Cylindrical-coordinate representation of color #49B499: hue angle of 164.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B499 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 180 153 -
CMYK 0.59 0 0.15 0.29
HSL 164.86º 0.42% 0.5% -
HSV(B) 164.86º 0.59% 0.71% -
XYZ 24.82 36.36 35.85 -
YUV 144.93 132.55 76.7 -
System Red Green Blue C M Y K H S L
Decimal 73 180 153 0.59 0 0.15 0.29 164.86 0.42 0.5
Hex 49 B4 99 3B 0 F 1D A5 2A 32
Octal 111 264 231 73 0 17 35 245 52 62
Binary 1001001 10110100 10011001 111011 0 1111 11101 10100101 101010 110010

Color Harmonies of #49B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B499

Black with #49B499

Text Example


Text Example

White with #49B499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,180,153); }

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

background-color css

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

 a { background-color: rgb(73,180,153); }

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

border-color css

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

 span { border-color: rgb(73,180,153); }

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