Html Css Color HEX #49A37C Ocean Green

📋 copy color: '#49A37C'

red 73 ◦ green 163 ◦ blue 124

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

Shades of Ocean Green #49A37C

Tints of Ocean Green #49A37C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.28%

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 20.28%
G = 45.28%
B = 34.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#49A37C (or 0x49A37C) is known color: Ocean Green. HEX triplet: 49, A3 and 7C. RGB value is (73,163,124). Sum of RGB (Red+Green+Blue) = 73+163+124=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #49A37C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A37C is #B65C83. Grayscale: #838383. Windows color (decimal): -11951236 or 8168265. OLE color: 8168265.

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

Color convert

RGB 73 163 124 -
CMYK 0.55 0 0.24 0.36
HSL 154º 0.38% 0.46% -
HSV(B) 154º 0.55% 0.64% -
XYZ 19.48 29.07 23.65 -
YUV 131.64 123.68 86.17 -
System Red Green Blue C M Y K H S L
Decimal 73 163 124 0.55 0 0.24 0.36 154 0.38 0.46
Hex 49 A3 7C 37 0 18 24 9A 26 2E
Octal 111 243 174 67 0 30 44 232 46 56
Binary 1001001 10100011 1111100 110111 0 11000 100100 10011010 100110 101110

Color Harmonies of #49A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A37C

Black with #49A37C

Text Example


Text Example

White with #49A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,163,124); }

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

background-color css

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

 a { background-color: rgb(73,163,124); }

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

border-color css

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

 span { border-color: rgb(73,163,124); }

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