#499878

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

Shades of Ocean Green #499878

Tints of Ocean Green #499878

Color information

#499878 (or 0x499878) is unknown color: approx Ocean Green. HEX triplet: 49, 98 and 78. RGB value is (73,152,120). Sum of RGB (Red+Green+Blue) = 73+152+120=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #499878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499878 is #B66787. Grayscale: #7C7C7C. Windows color (decimal): -11954056 or 7903305. OLE color: 7903305.

HSL color Cylindrical-coordinate representation of color #499878: hue angle of 155.7º 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 #499878 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB73152120-
CMYK0.5200.210.40
HSL155.7º35.11%44.12%-
HSV(B)155.7º51.97%59.61%-
XYZ17.3725.2321.72-
YUV124.73125.3391.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 152 (59.77% from 255) = 44.06%
BLUE value IS 120 (47.27% from 255) = 34.78%
R=21.16%
G=44.06%
B=34.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731521200.5200.210.40155.735.1144.12
Hex49987834015289c232c
Octal11123017064025502344354
Binary100100110011000111100011010001010110100010011100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499878; }

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

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

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

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

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

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

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

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