Html Css Color HEX #499470 Ocean Green

📋 copy color: '#499470'

red 73 ◦ green 148 ◦ blue 112

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

Shades of Ocean Green #499470

Tints of Ocean Green #499470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 21.92%
G = 44.44%
B = 33.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#499470 (or 0x499470) is known color: Ocean Green. HEX triplet: 49, 94 and 70. RGB value is (73,148,112). Sum of RGB (Red+Green+Blue) = 73+148+112=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #499470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499470 is #B66B8F. Grayscale: #797979. Windows color (decimal): -11955088 or 7377993. OLE color: 7377993.

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

Color convert

RGB 73 148 112 -
CMYK 0.51 0 0.24 0.42
HSL 151.2º 0.34% 0.43% -
HSV(B) 151.2º 0.51% 0.58% -
XYZ 16.26 23.77 19.06 -
YUV 121.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 73 148 112 0.51 0 0.24 0.42 151.2 0.34 0.43
Hex 49 94 70 33 0 18 2A 97 22 2B
Octal 111 224 160 63 0 30 52 227 42 53
Binary 1001001 10010100 1110000 110011 0 11000 101010 10010111 100010 101011

Color Harmonies of #499470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499470

Black with #499470

Text Example


Text Example

White with #499470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499470; }

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

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

background-color css

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

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

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

border-color css

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

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

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