#499574

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

Shades of Ocean Green #499574

Tints of Ocean Green #499574

Color information

#499574 (or 0x499574) is unknown color: approx Ocean Green. HEX triplet: 49, 95 and 74. RGB value is (73,149,116). Sum of RGB (Red+Green+Blue) = 73+149+116=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #499574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499574 is #B66A8B. Grayscale: #7A7A7A. Windows color (decimal): -11954828 or 7640393. OLE color: 7640393.

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

Color convert

RGB73149116-
CMYK0.5100.220.42
HSL153.95º34.23%43.53%-
HSV(B)153.95º51.01%58.43%-
XYZ16.6524.1720.31-
YUV122.51124.3292.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=21.60%
G=44.08%
B=34.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731491160.5100.220.42153.9534.2343.53
Hex499574330162A9a222c
Octal11122516463026522324254
Binary100100110010101111010011001101011010101010011010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499574; }

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

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

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

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

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

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

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

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