Html Css Color HEX #49B781 Ocean Green

📋 copy color: '#49B781'

red 73 ◦ green 183 ◦ blue 129

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

Shades of Ocean Green #49B781

Tints of Ocean Green #49B781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 18.96%
G = 47.53%
B = 33.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#49B781 (or 0x49B781) is known color: Ocean Green. HEX triplet: 49, B7 and 81. RGB value is (73,183,129). Sum of RGB (Red+Green+Blue) = 73+183+129=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #49B781 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B781 is #B6487E. Grayscale: #909090. Windows color (decimal): -11946111 or 8501065. OLE color: 8501065.

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

Color convert

RGB 73 183 129 -
CMYK 0.60 0 0.30 0.28
HSL 150.55º 0.43% 0.5% -
HSV(B) 150.55º 0.6% 0.72% -
XYZ 23.64 36.87 26.64 -
YUV 143.95 119.56 77.39 -
System Red Green Blue C M Y K H S L
Decimal 73 183 129 0.60 0 0.30 0.28 150.55 0.43 0.5
Hex 49 B7 81 3C 0 1E 1C 97 2B 32
Octal 111 267 201 74 0 36 34 227 53 62
Binary 1001001 10110111 10000001 111100 0 11110 11100 10010111 101011 110010

Color Harmonies of #49B781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B781

Black with #49B781

Text Example


Text Example

White with #49B781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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