Html Css Color HEX #49B674 Ocean Green

📋 copy color: '#49B674'

red 73 ◦ green 182 ◦ blue 116

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

Shades of Ocean Green #49B674

Tints of Ocean Green #49B674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.06%

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 19.68%
G = 49.06%
B = 31.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#49B674 (or 0x49B674) is known color: Ocean Green. HEX triplet: 49, B6 and 74. RGB value is (73,182,116). Sum of RGB (Red+Green+Blue) = 73+182+116=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #49B674 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B674 is #B6498B. Grayscale: #8E8E8E. Windows color (decimal): -11946380 or 7648841. OLE color: 7648841.

HSL color Cylindrical-coordinate representation of color #49B674: hue angle of 143.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B674 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 182 116 -
CMYK 0.60 0 0.36 0.29
HSL 143.67º 0.43% 0.5% -
HSV(B) 143.67º 0.6% 0.71% -
XYZ 22.63 36.13 22.3 -
YUV 141.89 113.39 78.87 -
System Red Green Blue C M Y K H S L
Decimal 73 182 116 0.60 0 0.36 0.29 143.67 0.43 0.5
Hex 49 B6 74 3C 0 24 1D 90 2B 32
Octal 111 266 164 74 0 44 35 220 53 62
Binary 1001001 10110110 1110100 111100 0 100100 11101 10010000 101011 110010

Color Harmonies of #49B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B674

Black with #49B674

Text Example


Text Example

White with #49B674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,182,116); }

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

background-color css

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

 a { background-color: rgb(73,182,116); }

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

border-color css

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

 span { border-color: rgb(73,182,116); }

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