Html Css Color HEX #49B072 Ocean Green

📋 copy color: '#49B072'

red 73 ◦ green 176 ◦ blue 114

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

Shades of Ocean Green #49B072

Tints of Ocean Green #49B072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.48%

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 20.11%
G = 48.48%
B = 31.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#49B072 (or 0x49B072) is known color: Ocean Green. HEX triplet: 49, B0 and 72. RGB value is (73,176,114). Sum of RGB (Red+Green+Blue) = 73+176+114=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #49B072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B072 is #B64F8D. Grayscale: #8A8A8A. Windows color (decimal): -11947918 or 7516233. OLE color: 7516233.

HSL color Cylindrical-coordinate representation of color #49B072: hue angle of 143.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B072 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 176 114 -
CMYK 0.59 0 0.35 0.31
HSL 143.88º 0.41% 0.49% -
HSV(B) 143.88º 0.59% 0.69% -
XYZ 21.31 33.68 21.3 -
YUV 138.14 114.38 81.54 -
System Red Green Blue C M Y K H S L
Decimal 73 176 114 0.59 0 0.35 0.31 143.88 0.41 0.49
Hex 49 B0 72 3B 0 23 1F 90 29 31
Octal 111 260 162 73 0 43 37 220 51 61
Binary 1001001 10110000 1110010 111011 0 100011 11111 10010000 101001 110001

Color Harmonies of #49B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B072

Black with #49B072

Text Example


Text Example

White with #49B072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,176,114); }

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

background-color css

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

 a { background-color: rgb(73,176,114); }

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

border-color css

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

 span { border-color: rgb(73,176,114); }

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