Html Css Color HEX #50956D Ocean Green

📋 copy color: '#50956D'

red 80 ◦ green 149 ◦ blue 109

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

Shades of Ocean Green #50956D

Tints of Ocean Green #50956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.08%

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

R = 23.67%
G = 44.08%
B = 32.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#50956D (or 0x50956D) is known color: Ocean Green. HEX triplet: 50, 95 and 6D. RGB value is (80,149,109). Sum of RGB (Red+Green+Blue) = 80+149+109=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #50956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50956D is #AF6A92. Grayscale: #7B7B7B. Windows color (decimal): -11496083 or 7181648. OLE color: 7181648.

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

Color convert

RGB 80 149 109 -
CMYK 0.46 0 0.27 0.42
HSL 145.22º 0.3% 0.45% -
HSV(B) 145.22º 0.46% 0.58% -
XYZ 16.82 24.3 18.27 -
YUV 123.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 80 149 109 0.46 0 0.27 0.42 145.22 0.3 0.45
Hex 50 95 6D 2E 0 1B 2A 91 1E 2D
Octal 120 225 155 56 0 33 52 221 36 55
Binary 1010000 10010101 1101101 101110 0 11011 101010 10010001 11110 101101

Color Harmonies of #50956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50956D

Black with #50956D

Text Example


Text Example

White with #50956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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