Html Css Color HEX #50936E Ocean Green

📋 copy color: '#50936E'

red 80 ◦ green 147 ◦ blue 110

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

Shades of Ocean Green #50936E

Tints of Ocean Green #50936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.62%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 23.74%
G = 43.62%
B = 32.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#50936E (or 0x50936E) is known color: Ocean Green. HEX triplet: 50, 93 and 6E. RGB value is (80,147,110). Sum of RGB (Red+Green+Blue) = 80+147+110=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #50936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50936E is #AF6C91. Grayscale: #7A7A7A. Windows color (decimal): -11496594 or 7246672. OLE color: 7246672.

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

Color convert

RGB 80 147 110 -
CMYK 0.46 0 0.25 0.42
HSL 146.87º 0.3% 0.45% -
HSV(B) 146.87º 0.46% 0.58% -
XYZ 16.56 23.7 18.45 -
YUV 122.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 80 147 110 0.46 0 0.25 0.42 146.87 0.3 0.45
Hex 50 93 6E 2E 0 19 2A 93 1E 2D
Octal 120 223 156 56 0 31 52 223 36 55
Binary 1010000 10010011 1101110 101110 0 11001 101010 10010011 11110 101101

Color Harmonies of #50936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50936E

Black with #50936E

Text Example


Text Example

White with #50936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50936E;
 }
 .AnyTagClassName
 {
   color: #50936E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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