Html Css Color HEX #49AA72 Ocean Green

📋 copy color: '#49AA72'

red 73 ◦ green 170 ◦ blue 114

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

Shades of Ocean Green #49AA72

Tints of Ocean Green #49AA72

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.62%

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

R = 20.45%
G = 47.62%
B = 31.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#49AA72 (or 0x49AA72) is known color: Ocean Green. HEX triplet: 49, AA and 72. RGB value is (73,170,114). Sum of RGB (Red+Green+Blue) = 73+170+114=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AA72 is #B6558D. Grayscale: #868686. Windows color (decimal): -11949454 or 7514697. OLE color: 7514697.

HSL color Cylindrical-coordinate representation of color #49AA72: hue angle of 145.36º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA72 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 170 114 -
CMYK 0.57 0 0.33 0.33
HSL 145.36º 0.4% 0.48% -
HSV(B) 145.36º 0.57% 0.67% -
XYZ 20.16 31.38 20.91 -
YUV 134.61 116.36 84.05 -
System Red Green Blue C M Y K H S L
Decimal 73 170 114 0.57 0 0.33 0.33 145.36 0.4 0.48
Hex 49 AA 72 39 0 21 21 91 28 30
Octal 111 252 162 71 0 41 41 221 50 60
Binary 1001001 10101010 1110010 111001 0 100001 100001 10010001 101000 110000

Color Harmonies of #49AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AA72

Black with #49AA72

Text Example


Text Example

White with #49AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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