Html Css Color HEX #49A473 Ocean Green

📋 copy color: '#49A473'

red 73 ◦ green 164 ◦ blue 115

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

Shades of Ocean Green #49A473

Tints of Ocean Green #49A473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.59%

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 20.74%
G = 46.59%
B = 32.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#49A473 (or 0x49A473) is known color: Ocean Green. HEX triplet: 49, A4 and 73. RGB value is (73,164,115). Sum of RGB (Red+Green+Blue) = 73+164+115=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #49A473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A473 is #B65B8C. Grayscale: #838383. Windows color (decimal): -11950989 or 7578697. OLE color: 7578697.

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

Color convert

RGB 73 164 115 -
CMYK 0.55 0 0.30 0.36
HSL 147.69º 0.38% 0.46% -
HSV(B) 147.69º 0.55% 0.64% -
XYZ 19.12 29.21 20.85 -
YUV 131.21 118.85 86.48 -
System Red Green Blue C M Y K H S L
Decimal 73 164 115 0.55 0 0.30 0.36 147.69 0.38 0.46
Hex 49 A4 73 37 0 1E 24 94 26 2E
Octal 111 244 163 67 0 36 44 224 46 56
Binary 1001001 10100100 1110011 110111 0 11110 100100 10010100 100110 101110

Color Harmonies of #49A473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A473

Black with #49A473

Text Example


Text Example

White with #49A473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,164,115); }

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

background-color css

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

 a { background-color: rgb(73,164,115); }

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

border-color css

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

 span { border-color: rgb(73,164,115); }

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