Html Css Color HEX #50936C Ocean Green

📋 copy color: '#50936C'

red 80 ◦ green 147 ◦ blue 108

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

Shades of Ocean Green #50936C

Tints of Ocean Green #50936C

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 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

#50936C (or 0x50936C) is known color: 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

RGB 80 147 108 -
CMYK 0.46 0 0.27 0.42
HSL 145.07º 0.3% 0.45% -
HSV(B) 145.07º 0.46% 0.58% -
XYZ 16.45 23.66 17.89 -
YUV 122.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 80 147 108 0.46 0 0.27 0.42 145.07 0.3 0.45
Hex 50 93 6C 2E 0 1B 2A 91 1E 2D
Octal 120 223 154 56 0 33 52 221 36 55
Binary 1010000 10010011 1101100 101110 0 11011 101010 10010001 11110 101101

Color Harmonies of #50936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50936C

Black with #50936C

Text Example


Text Example

White with #50936C

Text Example


Text Example

HTML Codes & Css Web 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>