Html Css Color HEX #50916D Ocean Green

📋 copy color: '#50916D'

red 80 ◦ green 145 ◦ blue 109

#50916D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #50916D

Tints of Ocean Green #50916D

RGB

 RED value IS 80 (31.64% from 255) = 23.95%

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 23.95%
G = 43.41%
B = 32.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#50916D (or 0x50916D) is known color: Ocean Green. HEX triplet: 50, 91 and 6D. RGB value is (80,145,109). Sum of RGB (Red+Green+Blue) = 80+145+109=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #50916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50916D is #AF6E92. Grayscale: #797979. Windows color (decimal): -11497107 or 7180624. OLE color: 7180624.

HSL color Cylindrical-coordinate representation of color #50916D: hue angle of 146.77º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50916D is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 109 -
CMYK 0.45 0 0.25 0.43
HSL 146.77º 0.29% 0.44% -
HSV(B) 146.77º 0.45% 0.57% -
XYZ 16.19 23.06 18.07 -
YUV 121.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 80 145 109 0.45 0 0.25 0.43 146.77 0.29 0.44
Hex 50 91 6D 2D 0 19 2B 93 1D 2C
Octal 120 221 155 55 0 31 53 223 35 54
Binary 1010000 10010001 1101101 101101 0 11001 101011 10010011 11101 101100

Color Harmonies of #50916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50916D

Black with #50916D

Text Example


Text Example

White with #50916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50916D; }

 p { color: rgb(80,145,109); }

 H1.HeaderClassName
 {
   color: #50916D;
 }
 .AnyTagClassName
 {
   color: #50916D;
 }
</style>

background-color css

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

 a { background-color: rgb(80,145,109); }

 div.DivClassName
 {
   background-color: #50916D;
 }
 .BgClassName
 {
   background-color: #50916D;
 }
</style>

border-color css

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

 span { border-color: rgb(80,145,109); }

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