#509669

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

Shades of Ocean Green #509669

Tints of Ocean Green #509669

Color information

#509669 (or 0x509669) is unknown color: approx Ocean Green. HEX triplet: 50, 96 and 69. RGB value is (80,150,105). Sum of RGB (Red+Green+Blue) = 80+150+105=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #509669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509669 is #AF6996. Grayscale: #7C7C7C. Windows color (decimal): -11495831 or 6919760. OLE color: 6919760.

HSL color Cylindrical-coordinate representation of color #509669: hue angle of 141.43º 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 #509669 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB80150105-
CMYK0.4700.300.41
HSL141.43º30.43%45.1%-
HSV(B)141.43º46.67%58.82%-
XYZ16.7624.5417.22-
YUV123.94117.3196.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=23.88%
G=44.78%
B=31.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801501050.4700.300.41141.4330.4345.1
Hex5096692F01E298d1e2d
Octal12022615157036512153655
Binary10100001001011011010011011110111101010011000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509669; }

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

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

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

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

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

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

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

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