Html Css Color HEX #49AD6A Ocean Green

📋 copy color: '#49AD6A'

red 73 ◦ green 173 ◦ blue 106

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

Shades of Ocean Green #49AD6A

Tints of Ocean Green #49AD6A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.15%

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 20.74%
G = 49.15%
B = 30.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#49AD6A (or 0x49AD6A) is known color: Ocean Green. HEX triplet: 49, AD and 6A. RGB value is (73,173,106). Sum of RGB (Red+Green+Blue) = 73+173+106=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD6A is #B65295. Grayscale: #878787. Windows color (decimal): -11948694 or 6991177. OLE color: 6991177.

HSL color Cylindrical-coordinate representation of color #49AD6A: hue angle of 139.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD6A is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 173 106 -
CMYK 0.58 0 0.39 0.32
HSL 139.8º 0.41% 0.48% -
HSV(B) 139.8º 0.58% 0.68% -
XYZ 20.29 32.34 18.81 -
YUV 135.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 73 173 106 0.58 0 0.39 0.32 139.8 0.41 0.48
Hex 49 AD 6A 3A 0 27 20 8C 29 30
Octal 111 255 152 72 0 47 40 214 51 60
Binary 1001001 10101101 1101010 111010 0 100111 100000 10001100 101001 110000

Color Harmonies of #49AD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AD6A

Black with #49AD6A

Text Example


Text Example

White with #49AD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,173,106); }

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

background-color css

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

 a { background-color: rgb(73,173,106); }

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

border-color css

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

 span { border-color: rgb(73,173,106); }

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