#50936C

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

Shades of Ocean Green #50936C

Tints of Ocean Green #50936C

Color information

#50936C (or 0x50936C) is unknown color: approx Ocean Green. HEX triplet: 50, 93 and 6C. RGB value is (80,147,108). Sum of RGB (Red+Green+Blue) = 80+147+108=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #50936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50936C is #AF6C93. Grayscale: #7A7A7A. Windows color (decimal): -11496596 or 7115600. OLE color: 7115600.

HSL color Cylindrical-coordinate representation of color #50936C: hue angle of 145.07º 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 #50936C is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB80147108-
CMYK0.4600.270.42
HSL145.07º29.52%44.51%-
HSV(B)145.07º45.58%57.65%-
XYZ16.4523.6617.89-
YUV122.52119.897.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=23.88%
G=43.88%
B=32.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801471080.4600.270.42145.0729.5244.51
Hex50936C2E01B2A911e2d
Octal12022315456033522213655
Binary10100001001001111011001011100110111010101001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50936C; }

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

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

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

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

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

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

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

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