Html Css Color HEX #49AF80 Ocean Green

📋 copy color: '#49AF80'

red 73 ◦ green 175 ◦ blue 128

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

Shades of Ocean Green #49AF80

Tints of Ocean Green #49AF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.54%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 19.41%
G = 46.54%
B = 34.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#49AF80 (or 0x49AF80) is known color: Ocean Green. HEX triplet: 49, AF and 80. RGB value is (73,175,128). Sum of RGB (Red+Green+Blue) = 73+175+128=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF80 is #B6507F. Grayscale: #8B8B8B. Windows color (decimal): -11948160 or 8433481. OLE color: 8433481.

HSL color Cylindrical-coordinate representation of color #49AF80: hue angle of 152.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF80 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 175 128 -
CMYK 0.58 0 0.27 0.31
HSL 152.35º 0.41% 0.49% -
HSV(B) 152.35º 0.58% 0.69% -
XYZ 21.97 33.63 25.76 -
YUV 139.14 121.71 80.82 -
System Red Green Blue C M Y K H S L
Decimal 73 175 128 0.58 0 0.27 0.31 152.35 0.41 0.49
Hex 49 AF 80 3A 0 1B 1F 98 29 31
Octal 111 257 200 72 0 33 37 230 51 61
Binary 1001001 10101111 10000000 111010 0 11011 11111 10011000 101001 110001

Color Harmonies of #49AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF80

Black with #49AF80

Text Example


Text Example

White with #49AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,175,128); }

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

background-color css

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

 a { background-color: rgb(73,175,128); }

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

border-color css

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

 span { border-color: rgb(73,175,128); }

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