Html Css Color HEX #49A170 Ocean Green

📋 copy color: '#49A170'

red 73 ◦ green 161 ◦ blue 112

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

Shades of Ocean Green #49A170

Tints of Ocean Green #49A170

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.53%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 21.1%
G = 46.53%
B = 32.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#49A170 (or 0x49A170) is known color: Ocean Green. HEX triplet: 49, A1 and 70. RGB value is (73,161,112). Sum of RGB (Red+Green+Blue) = 73+161+112=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #49A170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A170 is #B65E8F. Grayscale: #818181. Windows color (decimal): -11951760 or 7381321. OLE color: 7381321.

HSL color Cylindrical-coordinate representation of color #49A170: hue angle of 146.59º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A170 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 161 112 -
CMYK 0.55 0 0.30 0.37
HSL 146.59º 0.38% 0.46% -
HSV(B) 146.59º 0.55% 0.63% -
XYZ 18.42 28.08 19.78 -
YUV 129.1 118.35 87.98 -
System Red Green Blue C M Y K H S L
Decimal 73 161 112 0.55 0 0.30 0.37 146.59 0.38 0.46
Hex 49 A1 70 37 0 1E 25 93 26 2E
Octal 111 241 160 67 0 36 45 223 46 56
Binary 1001001 10100001 1110000 110111 0 11110 100101 10010011 100110 101110

Color Harmonies of #49A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A170

Black with #49A170

Text Example


Text Example

White with #49A170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,112); }

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

background-color css

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

 a { background-color: rgb(73,161,112); }

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

border-color css

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

 span { border-color: rgb(73,161,112); }

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