Html Css Color HEX #50946B Ocean Green

📋 copy color: '#50946B'

red 80 ◦ green 148 ◦ blue 107

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

Shades of Ocean Green #50946B

Tints of Ocean Green #50946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 23.88%
G = 44.18%
B = 31.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#50946B (or 0x50946B) is known color: Ocean Green. HEX triplet: 50, 94 and 6B. RGB value is (80,148,107). Sum of RGB (Red+Green+Blue) = 80+148+107=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #50946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50946B is #AF6B94. Grayscale: #7B7B7B. Windows color (decimal): -11496341 or 7050320. OLE color: 7050320.

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

Color convert

RGB 80 148 107 -
CMYK 0.46 0 0.28 0.42
HSL 143.82º 0.3% 0.45% -
HSV(B) 143.82º 0.46% 0.58% -
XYZ 16.55 23.95 17.66 -
YUV 122.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 80 148 107 0.46 0 0.28 0.42 143.82 0.3 0.45
Hex 50 94 6B 2E 0 1C 2A 90 1E 2D
Octal 120 224 153 56 0 34 52 220 36 55
Binary 1010000 10010100 1101011 101110 0 11100 101010 10010000 11110 101101

Color Harmonies of #50946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50946B

Black with #50946B

Text Example


Text Example

White with #50946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50946B; }

 p { color: rgb(80,148,107); }

 H1.HeaderClassName
 {
   color: #50946B;
 }
 .AnyTagClassName
 {
   color: #50946B;
 }
</style>

background-color css

<style>
 a { background-color: #50946B; }

 a { background-color: rgb(80,148,107); }

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

border-color css

<style>
 span { border-color: #50946B; }

 span { border-color: rgb(80,148,107); }

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