Html Css Color HEX #49956D Ocean Green

📋 copy color: '#49956D'

red 73 ◦ green 149 ◦ blue 109

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

Shades of Ocean Green #49956D

Tints of Ocean Green #49956D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 22.05%
G = 45.02%
B = 32.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#49956D (or 0x49956D) is known color: Ocean Green. HEX triplet: 49, 95 and 6D. RGB value is (73,149,109). Sum of RGB (Red+Green+Blue) = 73+149+109=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #49956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49956D is #B66A92. Grayscale: #797979. Windows color (decimal): -11954835 or 7181641. OLE color: 7181641.

HSL color Cylindrical-coordinate representation of color #49956D: hue angle of 148.42º 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 #49956D is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 109 -
CMYK 0.51 0 0.27 0.42
HSL 148.42º 0.34% 0.44% -
HSV(B) 148.42º 0.51% 0.58% -
XYZ 16.26 24.02 18.25 -
YUV 121.72 120.82 93.25 -
System Red Green Blue C M Y K H S L
Decimal 73 149 109 0.51 0 0.27 0.42 148.42 0.34 0.44
Hex 49 95 6D 33 0 1B 2A 94 22 2C
Octal 111 225 155 63 0 33 52 224 42 54
Binary 1001001 10010101 1101101 110011 0 11011 101010 10010100 100010 101100

Color Harmonies of #49956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49956D

Black with #49956D

Text Example


Text Example

White with #49956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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