#509368

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

Shades of Ocean Green #509368

Tints of Ocean Green #509368

Color information

#509368 (or 0x509368) is unknown color: approx Ocean Green. HEX triplet: 50, 93 and 68. RGB value is (80,147,104). Sum of RGB (Red+Green+Blue) = 80+147+104=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #509368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509368 is #AF6C97. Grayscale: #7A7A7A. Windows color (decimal): -11496600 or 6853456. OLE color: 6853456.

HSL color Cylindrical-coordinate representation of color #509368: hue angle of 141.49º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509368 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB80147104-
CMYK0.4600.290.42
HSL141.49º29.52%44.51%-
HSV(B)141.49º45.58%57.65%-
XYZ16.2423.5716.79-
YUV122.06117.898-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 147 (57.81% from 255) = 44.41%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=24.17%
G=44.41%
B=31.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801471040.4600.290.42141.4929.5244.51
Hex5093682E01D2A8d1e2d
Octal12022315056035522153655
Binary10100001001001111010001011100111011010101000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509368; }

 p { color: rgb(80,147,104); }

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

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

 a { background-color: rgb(80,147,104); }

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

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

 span { border-color: rgb(80,147,104); }

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