Html Css Color HEX #49B164 Ocean Green

📋 copy color: '#49B164'

red 73 ◦ green 177 ◦ blue 100

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

Shades of Ocean Green #49B164

Tints of Ocean Green #49B164

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.57%

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 20.86%
G = 50.57%
B = 28.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#49B164 (or 0x49B164) is known color: Ocean Green. HEX triplet: 49, B1 and 64. RGB value is (73,177,100). Sum of RGB (Red+Green+Blue) = 73+177+100=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #49B164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B164 is #B64E9B. Grayscale: #898989. Windows color (decimal): -11947676 or 6598985. OLE color: 6598985.

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

Color convert

RGB 73 177 100 -
CMYK 0.59 0 0.44 0.31
HSL 135.58º 0.42% 0.49% -
HSV(B) 135.58º 0.59% 0.69% -
XYZ 20.77 33.78 17.48 -
YUV 137.13 107.04 82.26 -
System Red Green Blue C M Y K H S L
Decimal 73 177 100 0.59 0 0.44 0.31 135.58 0.42 0.49
Hex 49 B1 64 3B 0 2C 1F 88 2A 31
Octal 111 261 144 73 0 54 37 210 52 61
Binary 1001001 10110001 1100100 111011 0 101100 11111 10001000 101010 110001

Color Harmonies of #49B164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B164

Black with #49B164

Text Example


Text Example

White with #49B164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,177,100); }

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

background-color css

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

 a { background-color: rgb(73,177,100); }

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

border-color css

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

 span { border-color: rgb(73,177,100); }

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