Html Css Color HEX #49A77C Ocean Green

📋 copy color: '#49A77C'

red 73 ◦ green 167 ◦ blue 124

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

Shades of Ocean Green #49A77C

Tints of Ocean Green #49A77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.88%

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

R = 20.05%
G = 45.88%
B = 34.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#49A77C (or 0x49A77C) is known color: Ocean Green. HEX triplet: 49, A7 and 7C. RGB value is (73,167,124). Sum of RGB (Red+Green+Blue) = 73+167+124=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #49A77C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A77C is #B65883. Grayscale: #868686. Windows color (decimal): -11950212 or 8169289. OLE color: 8169289.

HSL color Cylindrical-coordinate representation of color #49A77C: hue angle of 152.55º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A77C is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 167 124 -
CMYK 0.56 0 0.26 0.35
HSL 152.55º 0.39% 0.47% -
HSV(B) 152.55º 0.56% 0.65% -
XYZ 20.2 30.51 23.89 -
YUV 133.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 73 167 124 0.56 0 0.26 0.35 152.55 0.39 0.47
Hex 49 A7 7C 38 0 1A 23 99 27 2F
Octal 111 247 174 70 0 32 43 231 47 57
Binary 1001001 10100111 1111100 111000 0 11010 100011 10011001 100111 101111

Color Harmonies of #49A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A77C

Black with #49A77C

Text Example


Text Example

White with #49A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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