#509972

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

Shades of Ocean Green #509972

Tints of Ocean Green #509972

Color information

#509972 (or 0x509972) is unknown color: approx Ocean Green. HEX triplet: 50, 99 and 72. RGB value is (80,153,114). Sum of RGB (Red+Green+Blue) = 80+153+114=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #509972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509972 is #AF668D. Grayscale: #7E7E7E. Windows color (decimal): -11495054 or 7510352. OLE color: 7510352.

HSL color Cylindrical-coordinate representation of color #509972: hue angle of 147.95º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509972 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB80153114-
CMYK0.4800.250.4
HSL147.95º31.33%45.69%-
HSV(B)147.95º47.71%60%-
XYZ17.7425.719.95-
YUV126.73120.8294.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=23.05%
G=44.09%
B=32.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531140.4800.250.4147.9531.3345.69
Hex5099723001928941f2e
Octal12023116260031502243756
Binary10100001001100111100101100000110011010001001010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509972; }

 p { color: rgb(80,153,114); }

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

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

 a { background-color: rgb(80,153,114); }

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

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

 span { border-color: rgb(80,153,114); }

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