#499369

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

Shades of Ocean Green #499369

Tints of Ocean Green #499369

Color information

#499369 (or 0x499369) is unknown color: approx Ocean Green. HEX triplet: 49, 93 and 69. RGB value is (73,147,105). Sum of RGB (Red+Green+Blue) = 73+147+105=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #499369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499369 is #B66C96. Grayscale: #787878. Windows color (decimal): -11955351 or 6918985. OLE color: 6918985.

HSL color Cylindrical-coordinate representation of color #499369: hue angle of 145.95º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499369 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB73147105-
CMYK0.5000.290.42
HSL145.95º33.64%43.14%-
HSV(B)145.95º50.34%57.65%-
XYZ15.7323.317.03-
YUV120.09119.4894.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=22.46%
G=45.23%
B=32.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731471050.5000.290.42145.9533.6443.14
Hex4993693201D2A92222b
Octal11122315162035522224253
Binary100100110010011110100111001001110110101010010010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499369; }

 p { color: rgb(73,147,105); }

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

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

 a { background-color: rgb(73,147,105); }

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

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

 span { border-color: rgb(73,147,105); }

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