Html Css Color HEX #49AF7D Ocean Green

📋 copy color: '#49AF7D'

red 73 ◦ green 175 ◦ blue 125

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

Shades of Ocean Green #49AF7D

Tints of Ocean Green #49AF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 19.57%
G = 46.92%
B = 33.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#49AF7D (or 0x49AF7D) is known color: Ocean Green. HEX triplet: 49, AF and 7D. RGB value is (73,175,125). Sum of RGB (Red+Green+Blue) = 73+175+125=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF7D is #B65082. Grayscale: #8A8A8A. Windows color (decimal): -11948163 or 8236873. OLE color: 8236873.

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

Color convert

RGB 73 175 125 -
CMYK 0.58 0 0.29 0.31
HSL 150.59º 0.41% 0.49% -
HSV(B) 150.59º 0.58% 0.69% -
XYZ 21.78 33.56 24.73 -
YUV 138.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 73 175 125 0.58 0 0.29 0.31 150.59 0.41 0.49
Hex 49 AF 7D 3A 0 1D 1F 97 29 31
Octal 111 257 175 72 0 35 37 227 51 61
Binary 1001001 10101111 1111101 111010 0 11101 11111 10010111 101001 110001

Color Harmonies of #49AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF7D

Black with #49AF7D

Text Example


Text Example

White with #49AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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