Html Css Color HEX #49946F Ocean Green

📋 copy color: '#49946F'

red 73 ◦ green 148 ◦ blue 111

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

Shades of Ocean Green #49946F

Tints of Ocean Green #49946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 21.99%
G = 44.58%
B = 33.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#49946F (or 0x49946F) is known color: Ocean Green. HEX triplet: 49, 94 and 6F. RGB value is (73,148,111). Sum of RGB (Red+Green+Blue) = 73+148+111=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #49946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49946F is #B66B90. Grayscale: #797979. Windows color (decimal): -11955089 or 7312457. OLE color: 7312457.

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

Color convert

RGB 73 148 111 -
CMYK 0.51 0 0.25 0.42
HSL 150.4º 0.34% 0.43% -
HSV(B) 150.4º 0.51% 0.58% -
XYZ 16.21 23.74 18.77 -
YUV 121.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 73 148 111 0.51 0 0.25 0.42 150.4 0.34 0.43
Hex 49 94 6F 33 0 19 2A 96 22 2B
Octal 111 224 157 63 0 31 52 226 42 53
Binary 1001001 10010100 1101111 110011 0 11001 101010 10010110 100010 101011

Color Harmonies of #49946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49946F

Black with #49946F

Text Example


Text Example

White with #49946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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