Html Css Color HEX #49936F Ocean Green

📋 copy color: '#49936F'

red 73 ◦ green 147 ◦ blue 111

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

Shades of Ocean Green #49936F

Tints of Ocean Green #49936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 22.05%
G = 44.41%
B = 33.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#49936F (or 0x49936F) is known color: Ocean Green. HEX triplet: 49, 93 and 6F. RGB value is (73,147,111). Sum of RGB (Red+Green+Blue) = 73+147+111=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #49936F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49936F is #B66C90. Grayscale: #787878. Windows color (decimal): -11955345 or 7312201. OLE color: 7312201.

HSL color Cylindrical-coordinate representation of color #49936F: hue angle of 150.81º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49936F is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 111 -
CMYK 0.50 0 0.24 0.42
HSL 150.81º 0.34% 0.43% -
HSV(B) 150.81º 0.5% 0.58% -
XYZ 16.05 23.43 18.72 -
YUV 120.77 122.48 93.93 -
System Red Green Blue C M Y K H S L
Decimal 73 147 111 0.50 0 0.24 0.42 150.81 0.34 0.43
Hex 49 93 6F 32 0 18 2A 97 22 2B
Octal 111 223 157 62 0 30 52 227 42 53
Binary 1001001 10010011 1101111 110010 0 11000 101010 10010111 100010 101011

Color Harmonies of #49936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49936F

Black with #49936F

Text Example


Text Example

White with #49936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49936F; }

 p { color: rgb(73,147,111); }

 H1.HeaderClassName
 {
   color: #49936F;
 }
 .AnyTagClassName
 {
   color: #49936F;
 }
</style>

background-color css

<style>
 a { background-color: #49936F; }

 a { background-color: rgb(73,147,111); }

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

border-color css

<style>
 span { border-color: #49936F; }

 span { border-color: rgb(73,147,111); }

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