#499872

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

Shades of Ocean Green #499872

Tints of Ocean Green #499872

Color information

#499872 (or 0x499872) is unknown color: approx Ocean Green. HEX triplet: 49, 98 and 72. RGB value is (73,152,114). Sum of RGB (Red+Green+Blue) = 73+152+114=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #499872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499872 is #B6678D. Grayscale: #7C7C7C. Windows color (decimal): -11954062 or 7510089. OLE color: 7510089.

HSL color Cylindrical-coordinate representation of color #499872: hue angle of 151.14º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499872 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB73152114-
CMYK0.5200.250.40
HSL151.14º35.11%44.12%-
HSV(B)151.14º51.97%59.61%-
XYZ17.0125.0919.87-
YUV124.05122.3391.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=21.53%
G=44.84%
B=33.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731521140.5200.250.40151.1435.1144.12
Hex499872340192897232c
Octal11123016264031502274354
Binary100100110011000111001011010001100110100010010111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499872; }

 p { color: rgb(73,152,114); }

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

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

 a { background-color: rgb(73,152,114); }

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

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

 span { border-color: rgb(73,152,114); }

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