Html Css Color HEX #49C398 Puerto Rico

📋 copy color: '#49C398'

red 73 ◦ green 195 ◦ blue 152

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

Shades of Puerto Rico #49C398

Tints of Puerto Rico #49C398

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.43%

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 17.38%
G = 46.43%
B = 36.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#49C398 (or 0x49C398) is known color: Puerto Rico. HEX triplet: 49, C3 and 98. RGB value is (73,195,152). Sum of RGB (Red+Green+Blue) = 73+195+152=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #49C398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C398 is #B63C67. Grayscale: #999999. Windows color (decimal): -11943016 or 10011465. OLE color: 10011465.

HSL color Cylindrical-coordinate representation of color #49C398: hue angle of 158.85º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C398 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 152 -
CMYK 0.63 0 0.22 0.24
HSL 158.85º 0.5% 0.53% -
HSV(B) 158.85º 0.63% 0.76% -
XYZ 27.93 42.71 36.48 -
YUV 153.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 73 195 152 0.63 0 0.22 0.24 158.85 0.5 0.53
Hex 49 C3 98 3F 0 16 18 9F 32 35
Octal 111 303 230 77 0 26 30 237 62 65
Binary 1001001 11000011 10011000 111111 0 10110 11000 10011111 110010 110101

Color Harmonies of #49C398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C398

Black with #49C398

Text Example


Text Example

White with #49C398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,152); }

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

background-color css

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

 a { background-color: rgb(73,195,152); }

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

border-color css

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

 span { border-color: rgb(73,195,152); }

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