#509973

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

Shades of Ocean Green #509973

Tints of Ocean Green #509973

Color information

#509973 (or 0x509973) is unknown color: approx Ocean Green. HEX triplet: 50, 99 and 73. RGB value is (80,153,115). Sum of RGB (Red+Green+Blue) = 80+153+115=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #509973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509973 is #AF668C. Grayscale: #7E7E7E. Windows color (decimal): -11495053 or 7575888. OLE color: 7575888.

HSL color Cylindrical-coordinate representation of color #509973: hue angle of 148.77º 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 #509973 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB80153115-
CMYK0.4800.250.4
HSL148.77º31.33%45.69%-
HSV(B)148.77º47.71%60%-
XYZ17.7925.7320.25-
YUV126.84121.3294.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=22.99%
G=43.97%
B=33.05%

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
Decimal801531150.4800.250.4148.7731.3345.69
Hex5099733001928951f2e
Octal12023116360031502253756
Binary10100001001100111100111100000110011010001001010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509973; }

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

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

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

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

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

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

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

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