#509B6D

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

Shades of Ocean Green #509B6D

Tints of Ocean Green #509B6D

Color information

#509B6D (or 0x509B6D) is unknown color: approx Ocean Green. HEX triplet: 50, 9B and 6D. RGB value is (80,155,109). Sum of RGB (Red+Green+Blue) = 80+155+109=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #509B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B6D is #AF6492. Grayscale: #7F7F7F. Windows color (decimal): -11494547 or 7183184. OLE color: 7183184.

HSL color Cylindrical-coordinate representation of color #509B6D: hue angle of 143.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B6D is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB80155109-
CMYK0.4800.300.39
HSL143.2º31.91%46.08%-
HSV(B)143.2º48.39%60.78%-
XYZ17.7926.2518.6-
YUV127.33117.6594.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=23.26%
G=45.06%
B=31.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551090.4800.300.39143.231.9146.08
Hex509B6D3001E278f202e
Octal12023315560036472174056
Binary101000010011011110110111000001111010011110001111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509B6D; }

 p { color: rgb(80,155,109); }

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

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

 a { background-color: rgb(80,155,109); }

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

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

 span { border-color: rgb(80,155,109); }

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