Html Css Color HEX #49AD6E Ocean Green

📋 copy color: '#49AD6E'

red 73 ◦ green 173 ◦ blue 110

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

Shades of Ocean Green #49AD6E

Tints of Ocean Green #49AD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 20.51%
G = 48.6%
B = 30.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#49AD6E (or 0x49AD6E) is known color: Ocean Green. HEX triplet: 49, AD and 6E. RGB value is (73,173,110). Sum of RGB (Red+Green+Blue) = 73+173+110=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD6E is #B65291. Grayscale: #888888. Windows color (decimal): -11948690 or 7253321. OLE color: 7253321.

HSL color Cylindrical-coordinate representation of color #49AD6E: hue angle of 142.2º 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 #49AD6E is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 173 110 -
CMYK 0.58 0 0.36 0.32
HSL 142.2º 0.41% 0.48% -
HSV(B) 142.2º 0.58% 0.68% -
XYZ 20.51 32.43 19.93 -
YUV 135.92 113.37 83.12 -
System Red Green Blue C M Y K H S L
Decimal 73 173 110 0.58 0 0.36 0.32 142.2 0.41 0.48
Hex 49 AD 6E 3A 0 24 20 8E 29 30
Octal 111 255 156 72 0 44 40 216 51 60
Binary 1001001 10101101 1101110 111010 0 100100 100000 10001110 101001 110000

Color Harmonies of #49AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AD6E

Black with #49AD6E

Text Example


Text Example

White with #49AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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