Html Css Color HEX #49A167 Ocean Green

📋 copy color: '#49A167'

red 73 ◦ green 161 ◦ blue 103

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

Shades of Ocean Green #49A167

Tints of Ocean Green #49A167

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.77%

 BLUE value IS 103 (40.63% from 255) = 30.56%

R = 21.66%
G = 47.77%
B = 30.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#49A167 (or 0x49A167) is known color: Ocean Green. HEX triplet: 49, A1 and 67. RGB value is (73,161,103). Sum of RGB (Red+Green+Blue) = 73+161+103=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #49A167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A167 is #B65E98. Grayscale: #808080. Windows color (decimal): -11951769 or 6791497. OLE color: 6791497.

HSL color Cylindrical-coordinate representation of color #49A167: hue angle of 140.45º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A167 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 161 103 -
CMYK 0.55 0 0.36 0.37
HSL 140.45º 0.38% 0.46% -
HSV(B) 140.45º 0.55% 0.63% -
XYZ 17.94 27.89 17.27 -
YUV 128.08 113.85 88.72 -
System Red Green Blue C M Y K H S L
Decimal 73 161 103 0.55 0 0.36 0.37 140.45 0.38 0.46
Hex 49 A1 67 37 0 24 25 8C 26 2E
Octal 111 241 147 67 0 44 45 214 46 56
Binary 1001001 10100001 1100111 110111 0 100100 100101 10001100 100110 101110

Color Harmonies of #49A167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A167

Black with #49A167

Text Example


Text Example

White with #49A167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,103); }

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

background-color css

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

 a { background-color: rgb(73,161,103); }

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

border-color css

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

 span { border-color: rgb(73,161,103); }

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