Html Css Color HEX #49A36E Ocean Green

📋 copy color: '#49A36E'

red 73 ◦ green 163 ◦ blue 110

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

Shades of Ocean Green #49A36E

Tints of Ocean Green #49A36E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.11%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 21.1%
G = 47.11%
B = 31.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#49A36E (or 0x49A36E) is known color: Ocean Green. HEX triplet: 49, A3 and 6E. RGB value is (73,163,110). Sum of RGB (Red+Green+Blue) = 73+163+110=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #49A36E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A36E is #B65C91. Grayscale: #828282. Windows color (decimal): -11951250 or 7250761. OLE color: 7250761.

HSL color Cylindrical-coordinate representation of color #49A36E: hue angle of 144.67º 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 #49A36E is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 163 110 -
CMYK 0.55 0 0.33 0.36
HSL 144.67º 0.38% 0.46% -
HSV(B) 144.67º 0.55% 0.64% -
XYZ 18.66 28.74 19.32 -
YUV 130.05 116.68 87.31 -
System Red Green Blue C M Y K H S L
Decimal 73 163 110 0.55 0 0.33 0.36 144.67 0.38 0.46
Hex 49 A3 6E 37 0 21 24 91 26 2E
Octal 111 243 156 67 0 41 44 221 46 56
Binary 1001001 10100011 1101110 110111 0 100001 100100 10010001 100110 101110

Color Harmonies of #49A36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A36E

Black with #49A36E

Text Example


Text Example

White with #49A36E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,163,110); }

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

background-color css

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

 a { background-color: rgb(73,163,110); }

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

border-color css

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

 span { border-color: rgb(73,163,110); }

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