#499568

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

Shades of Ocean Green #499568

Tints of Ocean Green #499568

Color information

#499568 (or 0x499568) is unknown color: approx Ocean Green. HEX triplet: 49, 95 and 68. RGB value is (73,149,104). Sum of RGB (Red+Green+Blue) = 73+149+104=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #499568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499568 is #B66A97. Grayscale: #797979. Windows color (decimal): -11954840 or 6853961. OLE color: 6853961.

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

Color convert

RGB73149104-
CMYK0.5100.300.42
HSL144.47º34.23%43.53%-
HSV(B)144.47º51.01%58.43%-
XYZ15.9923.9116.87-
YUV121.15118.3293.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=22.39%
G=45.71%
B=31.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731491040.5100.300.42144.4734.2343.53
Hex4995683301E2A90222c
Octal11122515063036522204254
Binary100100110010101110100011001101111010101010010000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499568; }

 p { color: rgb(73,149,104); }

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

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

 a { background-color: rgb(73,149,104); }

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

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

 span { border-color: rgb(73,149,104); }

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