#499B70

Color #499B70 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #499B70

Tints of Ocean Green #499B70

Color information

#499B70 (or 0x499B70) is unknown color: approx Ocean Green. HEX triplet: 49, 9B and 70. RGB value is (73,155,112). Sum of RGB (Red+Green+Blue) = 73+155+112=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #499B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B70 is #B6648F. Grayscale: #7D7D7D. Windows color (decimal): -11953296 or 7379785. OLE color: 7379785.

HSL color Cylindrical-coordinate representation of color #499B70: hue angle of 148.54º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499B70 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB73155112-
CMYK0.5300.280.39
HSL148.54º35.96%44.71%-
HSV(B)148.54º52.9%60.78%-
XYZ17.3926.0319.44-
YUV125.58120.3390.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 155 (60.94% from 255) = 45.59%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=21.47%
G=45.59%
B=32.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731551120.5300.280.39148.5435.9644.71
Hex499B703501C2795242d
Octal11123316065034472254455
Binary100100110011011111000011010101110010011110010101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499B70; }

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

 H1.HeaderClassName
 {
   color: #499B70;
 }
 .AnyTagClassName
 {
   color: #499B70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #499B70;
 }
 .BgClassName
 {
   background-color: #499B70;
 }
</style>
border-color css

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

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

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