#50B369

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

Shades of Ocean Green #50B369

Tints of Ocean Green #50B369

Color information

#50B369 (or 0x50B369) is unknown color: approx Ocean Green. HEX triplet: 50, B3 and 69. RGB value is (80,179,105). Sum of RGB (Red+Green+Blue) = 80+179+105=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #50B369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B369 is #AF4C96. Grayscale: #8D8D8D. Windows color (decimal): -11488407 or 6927184. OLE color: 6927184.

HSL color Cylindrical-coordinate representation of color #50B369: hue angle of 135.15º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B369 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB80179105-
CMYK0.5500.410.30
HSL135.15º39.44%50.78%-
HSV(B)135.15º55.31%70.2%-
XYZ21.9834.9718.96-
YUV140.96107.784.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 179 (70.31% from 255) = 49.18%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=21.98%
G=49.18%
B=28.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801791050.5500.410.30135.1539.4450.78
Hex50B369370291E872733
Octal12026315167051362074763
Binary101000010110011110100111011101010011111010000111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50B369; }

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

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

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

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

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

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

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

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