Html Css Color HEX #49C095 Puerto Rico

📋 copy color: '#49C095'

red 73 ◦ green 192 ◦ blue 149

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

Shades of Puerto Rico #49C095

Tints of Puerto Rico #49C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.38%

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

R = 17.63%
G = 46.38%
B = 35.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#49C095 (or 0x49C095) is known color: Puerto Rico. HEX triplet: 49, C0 and 95. RGB value is (73,192,149). Sum of RGB (Red+Green+Blue) = 73+192+149=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #49C095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C095 is #B63F6A. Grayscale: #979797. Windows color (decimal): -11943787 or 9814089. OLE color: 9814089.

HSL color Cylindrical-coordinate representation of color #49C095: hue angle of 158.32º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C095 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 149 -
CMYK 0.62 0 0.22 0.25
HSL 158.32º 0.49% 0.52% -
HSV(B) 158.32º 0.62% 0.75% -
XYZ 27.02 41.29 34.98 -
YUV 151.52 126.58 72 -
System Red Green Blue C M Y K H S L
Decimal 73 192 149 0.62 0 0.22 0.25 158.32 0.49 0.52
Hex 49 C0 95 3E 0 16 19 9E 31 34
Octal 111 300 225 76 0 26 31 236 61 64
Binary 1001001 11000000 10010101 111110 0 10110 11001 10011110 110001 110100

Color Harmonies of #49C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C095

Black with #49C095

Text Example


Text Example

White with #49C095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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