Html Css Color HEX #49AC7A Ocean Green

📋 copy color: '#49AC7A'

red 73 ◦ green 172 ◦ blue 122

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

Shades of Ocean Green #49AC7A

Tints of Ocean Green #49AC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.87%

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 19.89%
G = 46.87%
B = 33.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#49AC7A (or 0x49AC7A) is known color: Ocean Green. HEX triplet: 49, AC and 7A. RGB value is (73,172,122). Sum of RGB (Red+Green+Blue) = 73+172+122=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AC7A is #B65385. Grayscale: #888888. Windows color (decimal): -11948934 or 8039497. OLE color: 8039497.

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

Color convert

RGB 73 172 122 -
CMYK 0.58 0 0.29 0.33
HSL 149.7º 0.4% 0.48% -
HSV(B) 149.7º 0.58% 0.67% -
XYZ 21.01 32.33 23.54 -
YUV 136.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 73 172 122 0.58 0 0.29 0.33 149.7 0.4 0.48
Hex 49 AC 7A 3A 0 1D 21 96 28 30
Octal 111 254 172 72 0 35 41 226 50 60
Binary 1001001 10101100 1111010 111010 0 11101 100001 10010110 101000 110000

Color Harmonies of #49AC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AC7A

Black with #49AC7A

Text Example


Text Example

White with #49AC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,172,122); }

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

background-color css

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

 a { background-color: rgb(73,172,122); }

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

border-color css

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

 span { border-color: rgb(73,172,122); }

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