Html Css Color HEX #49A271 Ocean Green

📋 copy color: '#49A271'

red 73 ◦ green 162 ◦ blue 113

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

Shades of Ocean Green #49A271

Tints of Ocean Green #49A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.55%

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 20.98%
G = 46.55%
B = 32.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#49A271 (or 0x49A271) is known color: Ocean Green. HEX triplet: 49, A2 and 71. RGB value is (73,162,113). Sum of RGB (Red+Green+Blue) = 73+162+113=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #49A271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A271 is #B65D8E. Grayscale: #818181. Windows color (decimal): -11951503 or 7447113. OLE color: 7447113.

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

Color convert

RGB 73 162 113 -
CMYK 0.55 0 0.30 0.36
HSL 146.97º 0.38% 0.46% -
HSV(B) 146.97º 0.55% 0.64% -
XYZ 18.65 28.45 20.13 -
YUV 129.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 73 162 113 0.55 0 0.30 0.36 146.97 0.38 0.46
Hex 49 A2 71 37 0 1E 24 93 26 2E
Octal 111 242 161 67 0 36 44 223 46 56
Binary 1001001 10100010 1110001 110111 0 11110 100100 10010011 100110 101110

Color Harmonies of #49A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A271

Black with #49A271

Text Example


Text Example

White with #49A271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,162,113); }

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

background-color css

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

 a { background-color: rgb(73,162,113); }

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

border-color css

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

 span { border-color: rgb(73,162,113); }

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