Html Css Color HEX #49B788 Ocean Green

📋 copy color: '#49B788'

red 73 ◦ green 183 ◦ blue 136

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

Shades of Ocean Green #49B788

Tints of Ocean Green #49B788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 18.62%
G = 46.68%
B = 34.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#49B788 (or 0x49B788) is known color: Ocean Green. HEX triplet: 49, B7 and 88. RGB value is (73,183,136). Sum of RGB (Red+Green+Blue) = 73+183+136=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #49B788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B788 is #B64877. Grayscale: #909090. Windows color (decimal): -11946104 or 8959817. OLE color: 8959817.

HSL color Cylindrical-coordinate representation of color #49B788: hue angle of 154.36º 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 #49B788 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 183 136 -
CMYK 0.60 0 0.26 0.28
HSL 154.36º 0.43% 0.5% -
HSV(B) 154.36º 0.6% 0.72% -
XYZ 24.13 37.06 29.17 -
YUV 144.75 123.06 76.82 -
System Red Green Blue C M Y K H S L
Decimal 73 183 136 0.60 0 0.26 0.28 154.36 0.43 0.5
Hex 49 B7 88 3C 0 1A 1C 9A 2B 32
Octal 111 267 210 74 0 32 34 232 53 62
Binary 1001001 10110111 10001000 111100 0 11010 11100 10011010 101011 110010

Color Harmonies of #49B788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B788

Black with #49B788

Text Example


Text Example

White with #49B788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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