Html Css Color HEX #49956E Ocean Green

📋 copy color: '#49956E'

red 73 ◦ green 149 ◦ blue 110

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

Shades of Ocean Green #49956E

Tints of Ocean Green #49956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.88%

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

R = 21.99%
G = 44.88%
B = 33.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#49956E (or 0x49956E) is known color: Ocean Green. HEX triplet: 49, 95 and 6E. RGB value is (73,149,110). Sum of RGB (Red+Green+Blue) = 73+149+110=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #49956E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49956E is #B66A91. Grayscale: #797979. Windows color (decimal): -11954834 or 7247177. OLE color: 7247177.

HSL color Cylindrical-coordinate representation of color #49956E: hue angle of 149.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49956E is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 110 -
CMYK 0.51 0 0.26 0.42
HSL 149.21º 0.34% 0.44% -
HSV(B) 149.21º 0.51% 0.58% -
XYZ 16.31 24.04 18.53 -
YUV 121.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 73 149 110 0.51 0 0.26 0.42 149.21 0.34 0.44
Hex 49 95 6E 33 0 1A 2A 95 22 2C
Octal 111 225 156 63 0 32 52 225 42 54
Binary 1001001 10010101 1101110 110011 0 11010 101010 10010101 100010 101100

Color Harmonies of #49956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49956E

Black with #49956E

Text Example


Text Example

White with #49956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49956E; }

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

 H1.HeaderClassName
 {
   color: #49956E;
 }
 .AnyTagClassName
 {
   color: #49956E;
 }
</style>

background-color css

<style>
 a { background-color: #49956E; }

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

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

border-color css

<style>
 span { border-color: #49956E; }

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

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