Html Css Color HEX #50946E Ocean Green

📋 copy color: '#50946E'

red 80 ◦ green 148 ◦ blue 110

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

Shades of Ocean Green #50946E

Tints of Ocean Green #50946E

RGB

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

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

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

R = 23.67%
G = 43.79%
B = 32.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#50946E (or 0x50946E) is known color: Ocean Green. HEX triplet: 50, 94 and 6E. RGB value is (80,148,110). Sum of RGB (Red+Green+Blue) = 80+148+110=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #50946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50946E is #AF6B91. Grayscale: #7B7B7B. Windows color (decimal): -11496338 or 7246928. OLE color: 7246928.

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

Color convert

RGB 80 148 110 -
CMYK 0.46 0 0.26 0.42
HSL 146.47º 0.3% 0.45% -
HSV(B) 146.47º 0.46% 0.58% -
XYZ 16.71 24.01 18.51 -
YUV 123.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 80 148 110 0.46 0 0.26 0.42 146.47 0.3 0.45
Hex 50 94 6E 2E 0 1A 2A 92 1E 2D
Octal 120 224 156 56 0 32 52 222 36 55
Binary 1010000 10010100 1101110 101110 0 11010 101010 10010010 11110 101101

Color Harmonies of #50946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50946E

Black with #50946E

Text Example


Text Example

White with #50946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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