Html Css Color HEX #50946C Ocean Green

📋 copy color: '#50946C'

red 80 ◦ green 148 ◦ blue 108

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

Shades of Ocean Green #50946C

Tints of Ocean Green #50946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 23.81%
G = 44.05%
B = 32.14%

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

#50946C (or 0x50946C) is known color: Ocean Green. HEX triplet: 50, 94 and 6C. RGB value is (80,148,108). Sum of RGB (Red+Green+Blue) = 80+148+108=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #50946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50946C is #AF6B93. Grayscale: #7B7B7B. Windows color (decimal): -11496340 or 7115856. OLE color: 7115856.

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

Color convert

RGB 80 148 108 -
CMYK 0.46 0 0.27 0.42
HSL 144.71º 0.3% 0.45% -
HSV(B) 144.71º 0.46% 0.58% -
XYZ 16.6 23.97 17.94 -
YUV 123.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 80 148 108 0.46 0 0.27 0.42 144.71 0.3 0.45
Hex 50 94 6C 2E 0 1B 2A 91 1E 2D
Octal 120 224 154 56 0 33 52 221 36 55
Binary 1010000 10010100 1101100 101110 0 11011 101010 10010001 11110 101101

Color Harmonies of #50946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50946C

Black with #50946C

Text Example


Text Example

White with #50946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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