#509673

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

Shades of Ocean Green #509673

Tints of Ocean Green #509673

Color information

#509673 (or 0x509673) is unknown color: approx Ocean Green. HEX triplet: 50, 96 and 73. RGB value is (80,150,115). Sum of RGB (Red+Green+Blue) = 80+150+115=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #509673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509673 is #AF698C. Grayscale: #7D7D7D. Windows color (decimal): -11495821 or 7575120. OLE color: 7575120.

HSL color Cylindrical-coordinate representation of color #509673: hue angle of 150º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509673 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB80150115-
CMYK0.4700.230.41
HSL150º30.43%45.1%-
HSV(B)150º46.67%58.82%-
XYZ17.3124.7620.09-
YUV125.08122.3195.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=23.19%
G=43.48%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801501150.4700.230.4115030.4345.1
Hex5096732F01729961e2d
Octal12022616357027512263655
Binary10100001001011011100111011110101111010011001011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509673; }

 p { color: rgb(80,150,115); }

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

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

 a { background-color: rgb(80,150,115); }

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

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

 span { border-color: rgb(80,150,115); }

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