Html Css Color HEX #49946C Ocean Green

📋 copy color: '#49946C'

red 73 ◦ green 148 ◦ blue 108

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

Shades of Ocean Green #49946C

Tints of Ocean Green #49946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 22.19%
G = 44.98%
B = 32.83%

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

#49946C (or 0x49946C) is known color: Ocean Green. HEX triplet: 49, 94 and 6C. RGB value is (73,148,108). Sum of RGB (Red+Green+Blue) = 73+148+108=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #49946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49946C is #B66B93. Grayscale: #797979. Windows color (decimal): -11955092 or 7115849. OLE color: 7115849.

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

Color convert

RGB 73 148 108 -
CMYK 0.51 0 0.27 0.42
HSL 148º 0.34% 0.43% -
HSV(B) 148º 0.51% 0.58% -
XYZ 16.04 23.68 17.91 -
YUV 121.02 120.65 93.75 -
System Red Green Blue C M Y K H S L
Decimal 73 148 108 0.51 0 0.27 0.42 148 0.34 0.43
Hex 49 94 6C 33 0 1B 2A 94 22 2B
Octal 111 224 154 63 0 33 52 224 42 53
Binary 1001001 10010100 1101100 110011 0 11011 101010 10010100 100010 101011

Color Harmonies of #49946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49946C

Black with #49946C

Text Example


Text Example

White with #49946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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